(constant-time-compare x y)Check if buffer `x` equals buffer `y`. Returns a boolean.
(hex-decode str)Performs hex decoding of string data in `str`. Returns the string.
(hex-encode bin)Performs hex encoding of binary data in `bin`. Returns the string.