Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
musig_sig_agg_case Struct Reference

#include <vectors.h>

Public Attributes

size_t key_indices_len
size_t key_indices [2]
size_t tweak_indices_len
size_t tweak_indices [3]
int is_xonly [3]
unsigned char aggnonce [66]
size_t psig_indices_len
size_t psig_indices [2]
unsigned char expected [64]
int invalid_sig_idx

Detailed Description

Definition at line 288 of file vectors.h.

Member Data Documentation

◆ aggnonce

unsigned char musig_sig_agg_case::aggnonce[66]

Definition at line 294 of file vectors.h.

◆ expected

unsigned char musig_sig_agg_case::expected[64]

Definition at line 298 of file vectors.h.

◆ invalid_sig_idx

int musig_sig_agg_case::invalid_sig_idx

Definition at line 300 of file vectors.h.

◆ is_xonly

int musig_sig_agg_case::is_xonly[3]

Definition at line 293 of file vectors.h.

◆ key_indices

size_t musig_sig_agg_case::key_indices[2]

Definition at line 290 of file vectors.h.

◆ key_indices_len

size_t musig_sig_agg_case::key_indices_len

Definition at line 289 of file vectors.h.

◆ psig_indices

size_t musig_sig_agg_case::psig_indices[2]

Definition at line 296 of file vectors.h.

◆ psig_indices_len

size_t musig_sig_agg_case::psig_indices_len

Definition at line 295 of file vectors.h.

◆ tweak_indices

size_t musig_sig_agg_case::tweak_indices[3]

Definition at line 292 of file vectors.h.

◆ tweak_indices_len

size_t musig_sig_agg_case::tweak_indices_len

Definition at line 291 of file vectors.h.


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