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 is a website building & hosting documentation for Clojure/Script libraries
× close