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