An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 3.0% on proxy.golang.org
Top 0.4% dependent packages on proxy.golang.org
Top 0.4% dependent repos on proxy.golang.org
Top 6.9% forks on proxy.golang.org
Top 0.5% docker downloads on proxy.golang.org

proxy.golang.org : github.com/tv42/zbase32

Package zbase32 implements the z-base-32 encoding as specified in http://philzimmermann.com/docs/human-oriented-base-32-encoding.txt Note that this is NOT RFC 4648, for that see encoding/base32. z-base-32 is a variant that aims to be more human-friendly, and in some circumstances shorter. When the amount of input is not a full number of bytes, encoding the data can lead to an unnecessary, non-information-carrying, trailing character in the encoded data. This package provides 'Bits' variants of the functions that can avoid outputting this unnecessary trailing character. For example, encoding a 20-bit message: Decoding such a message requires also using the 'Bits' variant function.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/tv42/zbase32
Keywords: encoding , zbase32
License: MIT
Latest release: over 3 years ago
First release: over 9 years ago
Namespace: github.com/tv42
Dependent packages: 149
Dependent repositories: 202
Stars: 34 on GitHub
Forks: 8 on GitHub
Docker dependents: 21
Docker downloads: 1,627,993
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/tv42
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...