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

#include <vectors.h>

Public Attributes

size_t key_indices_len
 
size_t key_indices [3]
 
size_t aggnonce_index
 
size_t msg_index
 
size_t secnonce_index
 
enum MUSIG_ERROR error
 

Detailed Description

Definition at line 141 of file vectors.h.

Member Data Documentation

◆ aggnonce_index

size_t musig_sign_error_case::aggnonce_index

Definition at line 144 of file vectors.h.

◆ error

enum MUSIG_ERROR musig_sign_error_case::error

Definition at line 147 of file vectors.h.

◆ key_indices

size_t musig_sign_error_case::key_indices[3]

Definition at line 143 of file vectors.h.

◆ key_indices_len

size_t musig_sign_error_case::key_indices_len

Definition at line 142 of file vectors.h.

◆ msg_index

size_t musig_sign_error_case::msg_index

Definition at line 145 of file vectors.h.

◆ secnonce_index

size_t musig_sign_error_case::secnonce_index

Definition at line 146 of file vectors.h.


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