wiwi::encoding::base32

Function encode_base32

Source
pub fn encode_base32(bytes: &[u8]) -> String
Expand description

Encodes the given bytes into a base32 String, as specified in RFC 4648.