CMS 3D CMS Logo

PixelBase64.h
Go to the documentation of this file.
1 #include <string>
2 
3 std::string base64_encode(unsigned char const* , unsigned int len);
std::string base64_encode(unsigned char const *, unsigned int len)
Definition: PixelBase64.cc:41
std::string base64_decode(std::string const &s)
Definition: PixelBase64.cc:84