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

#include <vectors.h>

Public Attributes

size_t key_indices_len
 
size_t key_indices [3]
 
size_t nonce_indices_len
 
size_t nonce_indices [3]
 
size_t tweak_indices_len
 
size_t tweak_indices [4]
 
int is_xonly [4]
 
size_t signer_index
 
unsigned char expected [32]
 

Detailed Description

Definition at line 228 of file vectors.h.

Member Data Documentation

◆ expected

unsigned char musig_tweak_case::expected[32]

Definition at line 237 of file vectors.h.

◆ is_xonly

int musig_tweak_case::is_xonly[4]

Definition at line 235 of file vectors.h.

◆ key_indices

size_t musig_tweak_case::key_indices[3]

Definition at line 230 of file vectors.h.

◆ key_indices_len

size_t musig_tweak_case::key_indices_len

Definition at line 229 of file vectors.h.

◆ nonce_indices

size_t musig_tweak_case::nonce_indices[3]

Definition at line 232 of file vectors.h.

◆ nonce_indices_len

size_t musig_tweak_case::nonce_indices_len

Definition at line 231 of file vectors.h.

◆ signer_index

size_t musig_tweak_case::signer_index

Definition at line 236 of file vectors.h.

◆ tweak_indices

size_t musig_tweak_case::tweak_indices[4]

Definition at line 234 of file vectors.h.

◆ tweak_indices_len

size_t musig_tweak_case::tweak_indices_len

Definition at line 233 of file vectors.h.


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