#include <gwenhywfar/gwenhywfarapi.h>
#include <gwenhywfar/buffer.h>
Go to the source code of this file.
Functions | |
GWENHYWFAR_API int | GWEN_Base64_Decode (const unsigned char *src, unsigned int size, GWEN_BUFFER *dst) |
GWENHYWFAR_API int | GWEN_Base64_Encode (const unsigned char *src, unsigned int size, GWEN_BUFFER *dst, unsigned int maxLineLength) |
|
Decodes base64 encoded data and stores the result in a GWEN_BUFFER.
|
|
Encodes the given bytes and stores the result in a GWEN_BUFFER.
|