27 #ifndef Common_Base64_h
28 #define Common_Base64_h
45 static const string encode(
const string &message,
bool newlines=
false);
51 static const string decode(
const string &message,
bool newlines=
false);
58 #endif // Common_Base64_h
Provides base64 encoding and decoding functions.