Functions to convert to/from base64
Functions to convert to/from base64
(->b64 x)
Converts the input string to base64
Converts the input string to base64
(b64-> x)
Decodes from base64, returns a byte array.
Decodes from base64, returns a byte array.
(b64->str x)
Decodes base64 string to a string
Decodes base64 string to a string
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close