Base64 implementation from RFC 4648.
Base64 implementation from RFC 4648.
(formatter url? padding?)
Construct a new function to format bytes as base64 with normal or URL alphabet, padded or not.
Construct a new function to format bytes as base64 with normal or URL alphabet, padded or not.
(parse string)
Parse a string of base64-encoded bytes.
Parse a string of base64-encoded bytes.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close