PIVX Core  5.6.99
P2P Digital Currency
Namespaces | Functions
bech32.cpp File Reference
#include "bech32.h"
#include "util/vector.h"
#include <assert.h>
Include dependency graph for bech32.cpp:

Go to the source code of this file.

Namespaces

 bech32
 

Functions

std::string bech32::Encode (const std::string &hrp, const data &values)
 Encode a Bech32 string. More...
 
std::pair< std::string, data > bech32::Decode (const std::string &str)
 Decode a Bech32 string. More...