Module base32

Source

Constants§

BINARY_FRAME_LEN
STRING_FRAME_LEN

Functions§

encode_base32
Encodes the given bytes into a base32 String, as specified in RFC 4648.
encode_base32hex
Encodes the given bytes into a base32 String, using the hex encoding alphabet variant as defined in RFC 4648.