RFC 4648 Base32 helpers exposed by the public API.
Readonly
The canonical RFC 4648 Base32 alphabet.
Decodes a canonical RFC 4648 Base32 string.
Base32 input to decode.
The decoded bytes.
If the string contains invalid characters or non-canonical encoding.
Encodes a buffer as padded RFC 4648 Base32.
Bytes to encode.
The padded Base32 string.
RFC 4648 Base32 helpers exposed by the public API.