@hackage crockford0.2.1
An implementation of Douglas Crockford's base32 encoding.
Categories
License
BSD-3-Clause
Maintainer
Henry Bucklow <henry@elsie.org.uk>
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- QuickCheck <3
- base >=4 && <5
- digits <0.4
- safe <0.4 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/ulid
An implementation of Douglas Crockford's base32 encoding, a textual 32-symbol notation for expressing numbers in a form that can be conveniently and accurately transmitted between humans and computer systems. It uses a set of 32 symbols (0-9 and A-Z, excluding I, L, O, and U) to represent numbers in a compact and human-friendly way.