pub fn encode_base32(bytes: &[u8]) -> String
Encodes the given bytes into a base32 String, as specified in RFC 4648.
String