Bitcoin Core 28.99.0
P2P Digital Currency
|
Opaque data structure that holds an aggregate public nonce. More...
#include <secp256k1_musig.h>
Public Attributes | |
unsigned char | data [132] |
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.
unsigned char secp256k1_musig_aggnonce::data[132] |
Definition at line 78 of file secp256k1_musig.h.