BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Namespaces | Functions
base64.hpp File Reference
#include <string>

Go to the source code of this file.

Namespaces

 fc
 

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)