Public
Functions
| Name | Description |
|---|---|
| hex::tencode | |
| hex::decode_buffer | |
| hex::decode_bytes | Decodes src into bytes. Returns the actual number of bytes written to dst.... |
| hex::decode_len | Calculate the size of the decoded data. |
| hex::encode_buffer | |
| hex::encode_bytes | Encode the content of src into dst, which must be properly sized. |
| hex::encode_len | Calculate the size of the encoded data. |
| hex::decode | |
| hex::encode | |
| hex::tdecode |
Private
Globals
| Name | Description |
|---|---|
| HEXREVERSE | |
| HEXALPHABET |