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