summaryrefslogtreecommitdiffstats
path: root/WebServer/base64.h
blob: 91b731417c0ba558fe79e427c5cd9628d42a255a (plain) (blame)
1
2
3
4
#include <string>

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