Namespace: joker.hex
v1.0Implements hexadecimal encoding and decoding.
Index
-
decode-string
Function v1.0(decode-string s)
Returns the bytes represented by the hexadecimal string s.
-
encode-string
Function v1.0(encode-string s)
Returns the hexadecimal encoding of s.