summaryrefslogblamecommitdiffstats
path: root/WebServer/base64.h
blob: 65d5db8b22cbb4c14c920cec79c542a454a1ae91 (plain) (tree)
1
2
3
4



                                                                   
#include <string>

std::string base64_encode(unsigned char const* , unsigned int len);
std::string base64_decode(std::string const& s);