base32-bytestring: Fast base32 and 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

The package API is similar to base64-bytestring.

Release notes

[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.2.0.0, 0.2.0.1, 0.2.1.0
Change log None available
Dependencies base (>=4 && <5), bits-extras (>=0.1 && <0.2), bytestring (>=0.9), cpu (>=0.1 && <0.2) [details]
License BSD-3-Clause
Copyright (c) 2013 Sam Truzjan
Author Sam Truzjan
Maintainer Sam Truzjan <pxqr.sta@gmail.com>
Category Codec, Data
Home page https://github.com/cobit/base32-bytestring
Bug tracker https://github.com/cobit/base32-bytestring/issues
Source repo head: git clone git://github.com/cobit/base32-bytestring.git -b master
this: git clone git://github.com/cobit/base32-bytestring.git -b master(tag v0.1.0.0)
Uploaded by SamTruzjan at 2013-09-27T18:25:22Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for base32-bytestring-0.1.0.0

[back to package description]

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 N/A

Build Status Build Status

Maintainer pxqr.sta@gmail.com

You can report any issues at Issue tracker.