Check whether the public key corresponding to this private key is (to be) compressed.
| 94 | |
| 95 | //! Check whether the public key corresponding to this private key is (to be) compressed. |
| 96 | bool IsCompressed() const { return fCompressed; } |
| 97 | |
| 98 | //! Generate a new private key using a cryptographic PRNG. |
| 99 | void MakeNewKey(bool fCompressed); |
no outgoing calls