Utility

Index

constant-time-compare

hex-decode hex-encode

Reference

(constant-time-compare x y)

Check if buffer `x` equals buffer `y`. Returns a boolean.

hex-decodecfunction
(hex-decode str)

Performs hex decoding of string data in `str`. Returns the string.

hex-encodecfunction
(hex-encode bin)

Performs hex encoding of binary data in `bin`. Returns the string.