Bitcoin Core 28.99.0
P2P Digital Currency
|
Opaque data structure that holds a MuSig session. More...
#include <secp256k1_musig.h>
Public Attributes | |
unsigned char | data [133] |
Opaque data structure that holds a MuSig session.
This structure is not required to be kept secret for the signing protocol to be secure. Guaranteed to be 133 bytes in size. No serialization and parsing functions (yet).
Definition at line 87 of file secp256k1_musig.h.
unsigned char secp256k1_musig_session::data[133] |
Definition at line 88 of file secp256k1_musig.h.