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

Opaque data structure that holds a signer's public nonce. More...

#include <secp256k1_musig.h>

Public Attributes

unsigned char data [132]
 

Detailed Description

Opaque data structure that holds a signer's public nonce.

Guaranteed to be 132 bytes in size. Serialized and parsed with musig_pubnonce_serialize and musig_pubnonce_parse.

Definition at line 68 of file secp256k1_musig.h.

Member Data Documentation

◆ data

unsigned char secp256k1_musig_pubnonce::data[132]

Definition at line 69 of file secp256k1_musig.h.


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