pub fn encode_base32hex(bytes: &[u8]) -> String
Expand description
Encodes the given bytes into a base32 String
, using
the hex encoding alphabet variant as defined in RFC 4648.
pub fn encode_base32hex(bytes: &[u8]) -> String
Encodes the given bytes into a base32 String
, using
the hex encoding alphabet variant as defined in RFC 4648.