plebble
base58.h File Reference
#include <string>
#include <vector>
#include <array>
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

 us
 
 us::gov
 
 us::gov::crypto
 
 us::gov::crypto::b58
 

Functions

std::string us::gov::crypto::b58::encode (const std::string &s)
 
std::string us::gov::crypto::b58::encode (const unsigned char *pbegin, const unsigned char *pend)
 
std::string us::gov::crypto::b58::encode (const std::vector< unsigned char > &vch)
 
std::string us::gov::crypto::b58::decode_string (const std::string &s)
 
std::vector< unsigned char > us::gov::crypto::b58::decode (const std::string &s)
 
bool us::gov::crypto::b58::decode (const char *psz, std::vector< unsigned char > &vch)
 
bool us::gov::crypto::b58::decode (const char *psz, std::array< unsigned char, 32 > &vch)
 
bool us::gov::crypto::b58::decode (const std::string &str, std::vector< unsigned char > &vchRet)