Public
Types
| Name | Description |
|---|---|
| Base32Alphabet |
Functions
| Name | Description |
|---|---|
| base32::tencode | |
| base32::decode_buffer | Decode the content of src into dst, which must be properly sized. |
| base32::decode_len | Calculate the length in bytes of the decoded data. |
| base32::encode_buffer | Encode the content of src into dst, which must be properly sized. |
| base32::encode_len | Calculate the length in bytes of the encoded data. |
| base32::decode | Decode the content of src into a newly allocated char array. |
| base32::encode | Encode the content of src into a newly allocated string |
| base32::tdecode |
Globals
| Name | Description |
|---|---|
| HEX | |
| HEX_ALPHABET | |
| NO_PADDING | |
| STD_PADDING | |
| DEFAULT_PAD | |
| STD_ALPHABET | |
| STANDARD | |
| NO_PAD |
Private
Globals
| Name | Description |
|---|---|
| INVALID | |
| MASK |