Liking cljdoc? Tell your friends :D

multiformats.base.b16

Hexadecimal base encoding implementation.

Hexadecimal base encoding implementation.
raw docstring

byte->hexclj/s

(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.
sourceraw docstring

formatclj/s

(format data)

Format byte data as a hexadecimal-encoded string.

Format byte data as a hexadecimal-encoded string.
sourceraw docstring

format-sliceclj/s

(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.
sourceraw docstring

parseclj/s

(parse string)

Parse a hexadecimal-encoded string into bytes.

Parse a hexadecimal-encoded string into bytes.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close