|
purify
C++ Purify implementation with native circuit and BPP support
|
Canonical BIP340 keypair derived from one packed Purify secret. More...
#include <purify.h>
Data Fields | |
| unsigned char | secret_key [PURIFY_BIP340_SECRET_KEY_BYTES] |
| unsigned char | xonly_public_key [PURIFY_BIP340_XONLY_PUBKEY_BYTES] |
| unsigned char purify_bip340_key::secret_key[PURIFY_BIP340_SECRET_KEY_BYTES] |
Definition at line 69 of file purify.h.
Referenced by purify_derive_bip340_key().
| unsigned char purify_bip340_key::xonly_public_key[PURIFY_BIP340_XONLY_PUBKEY_BYTES] |
Definition at line 70 of file purify.h.
Referenced by purify_derive_bip340_key().