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

Opaque data structure that holds an aggregate public nonce. More...

#include <secp256k1_musig.h>

Public Attributes

unsigned char data [132]
 

Detailed Description

Opaque data structure that holds an aggregate public nonce.

Guaranteed to be 132 bytes in size. Serialized and parsed with musig_aggnonce_serialize and musig_aggnonce_parse.

Definition at line 77 of file secp256k1_musig.h.

Member Data Documentation

◆ data

unsigned char secp256k1_musig_aggnonce::data[132]

Definition at line 78 of file secp256k1_musig.h.


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