pub fn encode_string_hex<B: AsRef<[u8]> + ?Sized>(bytes: &B) -> String
Expand description

Encodes binary data in base32hex and returns the encoded data as a string.