@hackage base320.1.1
RFC 4648-compliant Base32 encodings/decodings
Installation
Tested Compilers
Dependencies (3)
- base >=4.10 && <5
- bytestring ^>=0.10
- text ^>=1.2 Show all…
Dependents (11)
@hackage/ram, @hackage/nkeys, @hackage/tahoe-great-black-swamp, @hackage/tahoe-chk, @hackage/nix-serve-ng, @hackage/one-time-password, Show all…
Base32
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
Textencodings and decodings - Optics for handling more complex structures with Base32 representations via the
base32-lenspackage - Checks for both valid Base32 and correct Base32 and Base32hex encodings
There are no dependencies aside from those bundled with GHC:
