Go to the source code of this file.
Functions | |
| int | base64Decode (unsigned char *in, unsigned int inLength, unsigned char **out) |
base64 helper functions
Definition in file base64.h.
| int base64Decode | ( | unsigned char * | in, | |
| unsigned int | inLength, | |||
| unsigned char ** | out | |||
| ) |
Decodes a 64base encoded memory. The decoded memory is expected to be freed by the caller.