Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
base64.cpp File Reference
#include <fc/crypto/base64.hpp>
#include <fc/exception/exception.hpp>
#include <ctype.h>
Include dependency graph for base64.cpp:

Go to the source code of this file.

Namespaces

namespace  fc
 namespace sysio::chain
 

Functions

std::string fc::base64_encode_impl (unsigned char const *bytes_to_encode, unsigned int in_len, const char *const b64_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::base64url_encode (unsigned char const *bytes_to_encode, unsigned int in_len)
 
std::string fc::base64url_encode (const std::string &enc)
 
std::string fc::base64_decode_impl (std::string const &encoded_string, const char *const b64_chars)
 
std::string fc::base64_decode (const std::string &encoded_string)
 
std::string fc::base64url_decode (const std::string &encoded_string)