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

#include <keyagg_impl.h>

Collaboration diagram for secp256k1_musig_pubkey_agg_ecmult_data:
[legend]

Public Attributes

const secp256k1_contextctx
 
unsigned char pks_hash [32]
 
const secp256k1_pubkey *const * pks
 
secp256k1_ge second_pk
 

Detailed Description

Definition at line 151 of file keyagg_impl.h.

Member Data Documentation

◆ ctx

const secp256k1_context* secp256k1_musig_pubkey_agg_ecmult_data::ctx

Definition at line 152 of file keyagg_impl.h.

◆ pks

const secp256k1_pubkey* const* secp256k1_musig_pubkey_agg_ecmult_data::pks

Definition at line 155 of file keyagg_impl.h.

◆ pks_hash

unsigned char secp256k1_musig_pubkey_agg_ecmult_data::pks_hash[32]

Definition at line 154 of file keyagg_impl.h.

◆ second_pk

secp256k1_ge secp256k1_musig_pubkey_agg_ecmult_data::second_pk

Definition at line 156 of file keyagg_impl.h.


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