TwiceAsNice  2019-02-18
Functions
base64.h File Reference

Functions

int to64frombits (unsigned char *out, const unsigned char *in, int inlen)
 Convert bytes array to base64. More...
 
int from64tobits (char *out, const char *in)
 Convert base64 to bytes array. More...
 
int from64tobits_fast (char *out, const char *in, int inlen)