Module hex

Source

Functionsยง

decode
Converts a hex string to a vector of bytes
decode_dirty
Converts a hex string to a vector of bytes. It ignores any characters that are not valid hex digits.
encode
Converts bytes to a lower-case hex string
encode_upper
Converts bytes to an upper-case hex string