base32: RFC 4648-compliant Base32 encodings/decodings

[ bsd3, data, library ] [ Propose Tags ]

RFC 4648-compliant Base32 encodings and decodings. This library provides performant encoding and decoding primitives, as well as support for textual values.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1, 0.1.1.1, 0.1.1.2, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.3, 0.3.1.0, 0.4
Change log CHANGELOG.md
Dependencies base (>=4.10 && <5), bytestring (>=0.10 && <0.11), text (>=1.2 && <1.3) [details]
License BSD-3-Clause
Copyright (c) 2020 Emily Pillmore
Author Emily Pillmore
Maintainer emilypi@cohomolo.gy
Category Data
Home page https://github.com/emilypi/base32
Bug tracker https://github.com/emilypi/base32/issues
Source repo head: git clone https://github.com/emilypi/base32.git
Uploaded by topos at 2020-02-18T04:14:50Z
Distributions LTSHaskell:0.4, NixOS:0.4
Reverse Dependencies 5 direct, 1 indirect [details]
Downloads 2996 total (68 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-02-18 [all 1 reports]

Readme for base32-0.1.1.1

[back to package description]

Base32

Build Status Hackage

Padded and unpadded base32 and base32hex encoding and decoding for Text and ByteString values.

For the companion optics and pattern synonyms, see base32-lens.

Summary

What does this library provide? Here is the summary:

  • Support for padded and unpadded Base32 and Base32hex
  • Support for Text encodings and decodings
  • Optics for handling more complex structures with Base32 representations via the base32-lens package
  • Checks for both valid Base32 and correct Base32 and Base32hex encodings

There are no dependencies aside from those bundled with GHC:

base32 dependencies