BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Namespaces | Functions
base64.cpp File Reference
#include <fc/crypto/base64.hpp>
#include <ctype.h>

Go to the source code of this file.

Namespaces

 fc
 

Functions

const std::string & fc::base64_chars ()
 
std::string fc::base64_encode (unsigned 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)