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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |