Token64 encoding. More...
#include <sofia-sip/su_types.h>
Go to the source code of this file.
Defines | |
#define | TOKEN64_SIZE(n) |
Calculate size of n bytes encoded in token-64. | |
Functions | |
isize_t | token64_e (char b[], isize_t bsiz, void const *data, isize_t dlen) |
Encode data as a SIP/HTTP token. |
Token64 encoding.
This module contains token64 encoding functions. Token64 encodes arbitrary octet strings as http header tokens containing only characters in range [-+A-Za-z0-9].