RDKIT_DATASTRUCTS_EXPORT char * Base64Encode(const unsigned char *, const unsigned int)
return the base64 encoding of an array of unsigned chars
RDKIT_DATASTRUCTS_EXPORT char * Base64Decode(const char *, unsigned int *)
return the decoded version of a base64 encoded char array