Expand description
Function for decoding and encoding lower Base16 (hex)
Functions
Decode a lower Base16 (hex) string into the provided destination buffer.
Encode the input byte slice as lower Base16.
Encode input byte slice into a
&str
containing lower Base16 (hex).