base32-z-bytestring: Fast z-base32 and z-base32hex codec for ByteStrings

[ bsd3, codec, data, library ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0.0
Change log ChangeLog
Dependencies base (>=4 && <5), bytestring (>=0.9), cpu (>=0.1 && <0.2) [details]
License BSD-3-Clause
Copyright (c) 2013, Sam Truzjan, 2019 Oscoin Engineering Team
Author Sam Truzjan, Oscoin Engineering Team
Maintainer Sam Truzjan <pxqr.sta@gmail.com>
Category Codec, Data
Home page https://github.com/oscoin/z-base32-bytestring
Bug tracker https://github.com/oscoin/z-base32-bytestring/issues
Source repo head: git clone git://github.com/oscoin/z-base32-bytestring.git -b master
this: git clone git://github.com/oscoin/z-base32-bytestring.git -b master(tag v0.2.1.0)
Uploaded by AlfredoDiNapoli at 2019-04-09T09:29:32Z
Distributions
Reverse Dependencies 1 direct, 3 indirect [details]
Downloads 766 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-04-09 [all 1 reports]

Readme for base32-z-bytestring-1.0.0.0

[back to package description]

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 pxqr.sta@gmail.com, and the human-oriented encoding support was added by the Oscoin Engineering Team.