base64.h 106 Bytes
namespace Base64 {

void encode(const unsigned char * input, unsigned int inputLength, char * output);

}