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

#include <session.h>

Public Attributes

int fin_nonce_parity
 
unsigned char fin_nonce [32]
 
secp256k1_scalar noncecoef
 
secp256k1_scalar challenge
 
secp256k1_scalar s_part
 

Detailed Description

Definition at line 14 of file session.h.

Member Data Documentation

◆ challenge

secp256k1_scalar secp256k1_musig_session_internal::challenge

Definition at line 18 of file session.h.

◆ fin_nonce

unsigned char secp256k1_musig_session_internal::fin_nonce[32]

Definition at line 16 of file session.h.

◆ fin_nonce_parity

int secp256k1_musig_session_internal::fin_nonce_parity

Definition at line 15 of file session.h.

◆ noncecoef

secp256k1_scalar secp256k1_musig_session_internal::noncecoef

Definition at line 17 of file session.h.

◆ s_part

secp256k1_scalar secp256k1_musig_session_internal::s_part

Definition at line 19 of file session.h.


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