Fabcoin Core
0.16.2
P2P Digital Currency
|
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) |