]> git.lizzy.rs Git - dragonfireclient.git/blob - src/base64.h
Adding (most) of the sapling functionality. It has yet to work, since MEET_OTHER...
[dragonfireclient.git] / src / base64.h
1 #include <string>
2
3 std::string base64_encode(unsigned char const* , unsigned int len);
4 std::string base64_decode(std::string const& s);