#include <string>

Go to the source code of this file.
Functions | |
| std::string | base64_decode (std::string const &s) |
| std::string | base64_encode (unsigned char const *, unsigned int len) |
| std::string base64_decode | ( | std::string const & | s | ) |
Definition at line 87 of file base64.cpp.
| std::string base64_encode | ( | unsigned char const * | , |
| unsigned int | len | ||
| ) |
Definition at line 45 of file base64.cpp.