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

Opaque data structure that holds a partial MuSig signature. More...

#include <secp256k1_musig.h>

Public Attributes

unsigned char data [36]
 

Detailed Description

Opaque data structure that holds a partial MuSig signature.

Guaranteed to be 36 bytes in size. Serialized and parsed with musig_partial_sig_serialize and musig_partial_sig_parse.

Definition at line 96 of file secp256k1_musig.h.

Member Data Documentation

◆ data

unsigned char secp256k1_musig_partial_sig::data[36]

Definition at line 97 of file secp256k1_musig.h.


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