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

#include <vectors.h>

Collaboration diagram for musig_sign_verify_vector:
[legend]

Public Attributes

unsigned char sk [32]
 
unsigned char pubkeys [4][33]
 
unsigned char secnonces [2][194]
 
unsigned char pubnonces [5][194]
 
unsigned char aggnonces [5][66]
 
unsigned char msgs [1][32]
 
struct musig_valid_case valid_case [4]
 
struct musig_sign_error_case sign_error_case [6]
 
struct musig_verify_fail_error_case verify_fail_case [3]
 
struct musig_verify_fail_error_case verify_error_case [2]
 

Detailed Description

Definition at line 161 of file vectors.h.

Member Data Documentation

◆ aggnonces

unsigned char musig_sign_verify_vector::aggnonces[5][66]

Definition at line 166 of file vectors.h.

◆ msgs

unsigned char musig_sign_verify_vector::msgs[1][32]

Definition at line 167 of file vectors.h.

◆ pubkeys

unsigned char musig_sign_verify_vector::pubkeys[4][33]

Definition at line 163 of file vectors.h.

◆ pubnonces

unsigned char musig_sign_verify_vector::pubnonces[5][194]

Definition at line 165 of file vectors.h.

◆ secnonces

unsigned char musig_sign_verify_vector::secnonces[2][194]

Definition at line 164 of file vectors.h.

◆ sign_error_case

struct musig_sign_error_case musig_sign_verify_vector::sign_error_case[6]

Definition at line 169 of file vectors.h.

◆ sk

unsigned char musig_sign_verify_vector::sk[32]

Definition at line 162 of file vectors.h.

◆ valid_case

struct musig_valid_case musig_sign_verify_vector::valid_case[4]

Definition at line 168 of file vectors.h.

◆ verify_error_case

struct musig_verify_fail_error_case musig_sign_verify_vector::verify_error_case[2]

Definition at line 171 of file vectors.h.

◆ verify_fail_case

struct musig_verify_fail_error_case musig_sign_verify_vector::verify_fail_case[3]

Definition at line 170 of file vectors.h.


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