peapod
0.1.0
EAPOL Proxy Daemon
|
Function prototypes for b64enc.c
.
More...
#include <stdint.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
char * | b64enc (const uint8_t *in, size_t len) |
Base64 encoder. More... | |
Function prototypes for b64enc.c
.
char* b64enc | ( | const uint8_t * | in, |
size_t | len | ||
) |
Base64 encoder.
in | Data to be Base64-encoded |
len | The length of in |
in
if successful, or NULL
if unsuccessful free(3)
ing the result