Electroneum
base58.h File Reference
#include <cstdint>
#include <string>
Include dependency graph for base58.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tools
 Various Tools.
 
 tools::base58
 

Functions

std::string tools::base58::encode (const std::string &data)
 
bool tools::base58::decode (const std::string &enc, std::string &data)
 
std::string tools::base58::encode_addr (uint64_t tag, const std::string &data)
 
bool tools::base58::decode_addr (const std::string &addr, uint64_t &tag, std::string &data)