purify
C++ Purify implementation with native circuit and BPP support
Loading...
Searching...
No Matches
purify_bip340_key Struct Reference

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]
 

Detailed Description

Definition at line 68 of file purify.h.

Field Documentation

◆ secret_key

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().

◆ xonly_public_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().


The documentation for this struct was generated from the following file: