Public
Types
| Name | Description |
|---|---|
| Base64Alphabet |
Functions
| Name | Description |
|---|---|
| base64::tencode | |
| base64::decode_buffer | Decode the content of src into dst, which must be properly sized. |
| base64::decode_len | Calculate the size of the decoded data. |
| base64::encode_buffer | Encode the content of src into dst, which must be properly sized. |
| base64::encode_len | Calculate the size of the encoded data. |
| base64::decode | |
| base64::encode | |
| base64::tdecode |
Globals
| Name | Description |
|---|---|
| DEFAULT_PAD | |
| URL_ALPHABET | |
| STD_ALPHABET | |
| STANDARD | |
| NO_PAD | |
| URL |
Private
Globals
| Name | Description |
|---|---|
| MASK |