UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
Loading...
Searching...
No Matches
secp256k1::MuSig2Session Struct Reference

#include <musig2.hpp>

Public Attributes

fast::Point R
 
fast::Scalar b
 
fast::Scalar e
 
bool R_negated
 

Detailed Description

Definition at line 91 of file musig2.hpp.

Member Data Documentation

◆ b

fast::Scalar secp256k1::MuSig2Session::b

Definition at line 93 of file musig2.hpp.

◆ e

fast::Scalar secp256k1::MuSig2Session::e

Definition at line 94 of file musig2.hpp.

◆ R

fast::Point secp256k1::MuSig2Session::R

Definition at line 92 of file musig2.hpp.

◆ R_negated

bool secp256k1::MuSig2Session::R_negated

Definition at line 95 of file musig2.hpp.


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