Bitcoin Core 28.99.0
P2P Digital Currency
Public Attributes | List of all members
secp256k1_keyagg_cache_internal Struct Reference

#include <keyagg.h>

Collaboration diagram for secp256k1_keyagg_cache_internal:
[legend]

Public Attributes

secp256k1_ge pk
 
secp256k1_ge second_pk
 
unsigned char pks_hash [32]
 
secp256k1_scalar tweak
 
int parity_acc
 

Detailed Description

Definition at line 15 of file keyagg.h.

Member Data Documentation

◆ parity_acc

int secp256k1_keyagg_cache_internal::parity_acc

Definition at line 25 of file keyagg.h.

◆ pk

secp256k1_ge secp256k1_keyagg_cache_internal::pk

Definition at line 16 of file keyagg.h.

◆ pks_hash

unsigned char secp256k1_keyagg_cache_internal::pks_hash[32]

Definition at line 20 of file keyagg.h.

◆ second_pk

secp256k1_ge secp256k1_keyagg_cache_internal::second_pk

Definition at line 19 of file keyagg.h.

◆ tweak

secp256k1_scalar secp256k1_keyagg_cache_internal::tweak

Definition at line 22 of file keyagg.h.


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