#include "nanohttp-base64.h"
Go to the source code of this file.
Functions | |
void | base64_encode_string (const unsigned char *instr, unsigned char *outstr) |
void | base64_decode_string (const unsigned char *instr, unsigned char *outstr) |
|
decode a base64 encoded string (maybe broken...) Definition at line 92 of file nanohttp-base64.c. |
|
Base64 encodes a NUL terminated array of characters.
Definition at line 50 of file nanohttp-base64.c. |