Description
Fast z-base32 and z-base32hex codec for ByteStrings.
Description
base32 and base32hex codec according to RFC4648 http://tools.ietf.org/html/rfc4648, extended to support z-base32 encoding according to https://gist.github.com/maaku/8996338#file-bip-ecc32-mediawiki
The package API is similar to base64-bytestring.
README.md
z-base32-bytestring
is an efficient z-base32 codec for bytestrings. The API is similar to the base16-bytestring and base64-bytestring packages.
Performance
function | MB/sec |
---|---|
encoding | 400 |
decoding | 400 |
lenient decoding | 250 |
Maintainer Oscoin Engineering Team http://oscoin.io
You can report any issues at Issue tracker.
Credits
The original package was created by Sam Truzjan [email protected], and the human-oriented encoding support was added by the Oscoin Engineering Team.