wiwi::encoding::base32

Function encode_base32hex

Source
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.