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

#include <vectors.h>

Collaboration diagram for musig_tweak_vector:
[legend]

Public Attributes

unsigned char sk [32]
 
unsigned char secnonce [97]
 
unsigned char aggnonce [66]
 
unsigned char msg [32]
 
unsigned char pubkeys [3][33]
 
unsigned char pubnonces [3][194]
 
unsigned char tweaks [5][32]
 
struct musig_tweak_case valid_case [5]
 
struct musig_tweak_case error_case [1]
 

Detailed Description

Definition at line 240 of file vectors.h.

Member Data Documentation

◆ aggnonce

unsigned char musig_tweak_vector::aggnonce[66]

Definition at line 243 of file vectors.h.

◆ error_case

struct musig_tweak_case musig_tweak_vector::error_case[1]

Definition at line 249 of file vectors.h.

◆ msg

unsigned char musig_tweak_vector::msg[32]

Definition at line 244 of file vectors.h.

◆ pubkeys

unsigned char musig_tweak_vector::pubkeys[3][33]

Definition at line 245 of file vectors.h.

◆ pubnonces

unsigned char musig_tweak_vector::pubnonces[3][194]

Definition at line 246 of file vectors.h.

◆ secnonce

unsigned char musig_tweak_vector::secnonce[97]

Definition at line 242 of file vectors.h.

◆ sk

unsigned char musig_tweak_vector::sk[32]

Definition at line 241 of file vectors.h.

◆ tweaks

unsigned char musig_tweak_vector::tweaks[5][32]

Definition at line 247 of file vectors.h.

◆ valid_case

struct musig_tweak_case musig_tweak_vector::valid_case[5]

Definition at line 248 of file vectors.h.


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