Function domain::utils::base32::decode_hex
source ยท pub fn decode_hex<Octets>(s: &str) -> Result<Octets, DecodeError>
Expand description
Decodes a string with base32hex encoded data.
The function attempts to decode the entire string and returns the result
as an Octets
value.