std::encoding::base32

Public

Types

NameDescription
Base32Alphabet

Functions

NameDescription
base32::tencode
base32::decode_bufferDecode the content of src into dst, which must be properly sized.
base32::decode_lenCalculate the length in bytes of the decoded data.
base32::encode_bufferEncode the content of src into dst, which must be properly sized.
base32::encode_lenCalculate the length in bytes of the encoded data.
base32::decodeDecode the content of src into a newly allocated char array.
base32::encodeEncode the content of src into a newly allocated string
base32::tdecode

Globals

NameDescription
HEX
HEX_ALPHABET
NO_PADDING
STD_PADDING
DEFAULT_PAD
STD_ALPHABET
STANDARD
NO_PAD

Private

Globals

NameDescription
INVALID
MASK