Skip to main content

Module base32

Module base32 

Source
Expand description

RFC 4648 base32 encoding and decoding without padding.

Functions§

decode
Decodes a base32-encoded string, accepting both upper- and lower-case input.
encode
Encodes bytes using RFC 4648 base32 (alphabet A–Z, 2–7), without padding.