Guest User

Untitled

a guest
Apr 11th, 2019
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #include <string>
  2.  
  3. std::string base64_encode(unsigned char const*, unsigned int len);
  4. std::string base64_decode(std::string const& s);
Advertisement
Add Comment
Please, Sign In to add comment