Fabcoin Core  0.16.2
P2P Digital Currency
Namespaces | Functions
Base64.h File Reference
#include <string>
#include "Common.h"
#include "FixedHash.h"
Include dependency graph for Base64.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 dev
 Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by RenĂ© Nyffenegger.
 

Functions

std::string dev::toBase64 (bytesConstRef _in)
 
bytes dev::fromBase64 (std::string const &_in)
 
template<size_t N>
std::string dev::toBase36 (FixedHash< N > const &_h)
 
template<size_t N>
FixedHash< N > dev::fromBase36 (std::string const &_h)