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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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]

Properties

Versions 1.0.0.0, 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:19Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.