Bitcoin Core 28.99.0
P2P Digital Currency
|
Opaque data structure that holds a partial MuSig signature. More...
#include <secp256k1_musig.h>
Public Attributes | |
unsigned char | data [36] |
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.
unsigned char secp256k1_musig_partial_sig::data[36] |
Definition at line 97 of file secp256k1_musig.h.