Description
Fast base32 and base32hex codec for ByteStrings.
Description
base32 and base32hex codec according to RFC4648 http://tools.ietf.org/html/rfc4648
The package API is similar to base64-bytestring.
README.md
base32-bytestring
is efficient base32 and base32hex codec for bytestrings. The API is similar to base16-bytestring and base64-bytestring packages.
Performance
function | MB/sec |
---|---|
encoding | 400 |
decoding | 400 |
lenient decoding | 250 |
Build Status
Maintainer [email protected]
You can report any issues at Issue tracker.