Priv2addr

This commit is contained in:
jl777
2019-01-28 21:30:42 -11:00
parent b93870a8d8
commit ff22a1aedb
5 changed files with 517 additions and 2 deletions

View File

@@ -128,6 +128,7 @@ public:
//! Generate a new private key using a cryptographic PRNG.
void MakeNewKey(bool fCompressed);
int32_t SetKey32(uint8_t Key32[32]);
/**
* Convert the private key to a CPrivKey (serialized OpenSSL private key data).