base64.h
Go to the documentation of this file.
1 //
2 // base64 encoding and decoding with C++.
3 // Version: 1.01.00
4 //
5 
6 #ifndef BASE64_H_C0CE2A47_D10E_42C9_A27C_C883944E704A
7 #define BASE64_H_C0CE2A47_D10E_42C9_A27C_C883944E704A
8 
9 #include <string>
10 
11 std::string base64_encode(unsigned char const* , unsigned int len);
12 std::string base64_decode(std::string const& s);
13 
14 #endif /* BASE64_H_C0CE2A47_D10E_42C9_A27C_C883944E704A */
std::string base64_encode(unsigned char const *, unsigned int len)
Definition: base64.cpp:45
std::string base64_decode(std::string const &s)
Definition: base64.cpp:87


swarmros
Author(s):
autogenerated on Fri Apr 3 2020 03:42:47