root/base64.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


void to64frombits(unsigned char *out, const unsigned char *in, int inlen);
int from64tobits(char *out, const char *in, int maxlen);

/* [<][>][^][v][top][bottom][index][help] */