Expand description
Base32 encoding and decoding
Base32 encoding as specified by RFC4648
Optional padding is the =
character.
Constantsยง
- ENCODE_
STD ๐Standard Base32 alphabet. - STD_
INV_ ๐ALPHABET
Functionsยง
- Tries to decode a base32 string into a byte vector. Returns
None
if something fails. - Encode a byte slice with the given base32 alphabet into a base32 string.