Hexadecimal base encoding implementation.
Hexadecimal base encoding implementation.
(byte->hex value)Converts a single byte value to a two-character hex string.
Converts a single byte value to a two-character hex string.
(format data)Format byte data as a hexadecimal-encoded string.
Format byte data as a hexadecimal-encoded string.
(format-slice data offset length)Format a slice of a byte array as a hex string.
Format a slice of a byte array as a hex string.
(parse string)Parse a hexadecimal-encoded string into bytes.
Parse a hexadecimal-encoded 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 |