Bitcoin
Namespaces | Functions
bech32.h File Reference
#include <stdint.h>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 bech32
 

Functions

std::string bech32::Encode (const std::string &hrp, const std::vector< uint8_t > &values)
 
std::pair< std::string, data > bech32::Decode (const std::string &str)