Base32 implementation from RFC 4648.
Base32 implementation from RFC 4648.
(formatter hex? lower? pad?)
Constructs a function which formats byte data as a base32-encoded string.
Constructs a function which formats byte data as a base32-encoded string.
(parser hex?)
Constructs a function which parses a base32-encoded string into bytes.
Constructs a function which parses a base32-encoded string into bytes.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close