Functions to encode/decode to Hex and Base64.
Functions to encode/decode to Hex and Base64.
(base64->bytes s)
Parse a Base64 string into bytes.
Parse a Base64 string into bytes.
(bytes->base64 bytes)
Encode the bytes as Base64 string.
Encode the bytes as Base64 string.
(bytes->hex bytes)
Encode the bytes as hexadecimal string.
Encode the bytes as hexadecimal string.
(hex->bytes s)
Parse a hexadecimal string into bytes.
Parse a hexadecimal string into bytes.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close