Go to the documentation of this file.
34 #define B64DECODE_WHITESPACE " \f\n\r\t\v"
40 #define B64ENCODE_CHARS_PER_LINE 72
46 #define B64ENCODE_EOLSTR "\n"
59 char*
b64encode(
const void* data,
size_t ns);
68 char*
b64crc(
const unsigned char* data,
size_t ns);
78 int b64decode(
const char* s,
void** datap,
size_t* lenp);