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

Opaque data structure that holds a MuSig session. More...

#include <secp256k1_musig.h>

Public Attributes

unsigned char data [133]
 

Detailed Description

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.

Member Data Documentation

◆ data

unsigned char secp256k1_musig_session::data[133]

Definition at line 88 of file secp256k1_musig.h.


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