5 #include <chainparams.h> 23 const std::string random_string(buffer.begin(), buffer.end());
CExtKey DecodeExtKey(const std::string &str)
CExtPubKey DecodeExtPubKey(const std::string &str)
FUZZ_TARGET(key_io,.init=initialize_key_io)
static constexpr unsigned int COMPRESSED_SIZE
unsigned int size() const
Simple read-only vector-like interface.
unsigned int size() const
Simple read-only vector-like interface to the pubkey data.
std::string EncodeExtPubKey(const CExtPubKey &key)
An encapsulated private key.
CKey DecodeSecret(const std::string &str)
std::string EncodeSecret(const CKey &key)
std::string EncodeExtKey(const CExtKey &key)
void SelectParams(const ChainType chain)
Sets the params returned by Params() to those for the given chain type.