Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
base64.hpp File Reference
#include <string>
Include dependency graph for base64.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fc
 namespace sysio::chain
 

Functions

std::string fc::base64_encode (unsigned char const *bytes_to_encode, unsigned int in_len)
 
std::string fc::base64_encode (char const *bytes_to_encode, unsigned int in_len)
 
std::string fc::base64_encode (const std::string &enc)
 
std::string fc::base64_decode (const std::string &encoded_string)
 
std::string fc::base64url_encode (unsigned char const *bytes_to_encode, unsigned int in_len)
 
std::string fc::base64url_encode (char const *bytes_to_encode, unsigned int in_len)
 
std::string fc::base64url_encode (const std::string &enc)
 
std::string fc::base64url_decode (const std::string &encoded_string)