Twitch SDK (Internal)
base64.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 namespace ttv
6 {
7  std::string Base64Encode(unsigned char const*, unsigned int len);
8  std::string Base64Decode(std::string const& s);
9 }
10 
11 
JSON (JavaScript Object Notation).
Definition: adsapi.h:16
std::string Base64Decode(std::string const &s)
std::string Base64Encode(unsigned char const *, unsigned int len)