|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <musig2.hpp>
Public Attributes | |
| fast::Point | R |
| fast::Scalar | b |
| fast::Scalar | e |
| bool | R_negated |
Definition at line 91 of file musig2.hpp.
| fast::Scalar secp256k1::MuSig2Session::b |
Definition at line 93 of file musig2.hpp.
| fast::Scalar secp256k1::MuSig2Session::e |
Definition at line 94 of file musig2.hpp.
| fast::Point secp256k1::MuSig2Session::R |
Definition at line 92 of file musig2.hpp.
| bool secp256k1::MuSig2Session::R_negated |
Definition at line 95 of file musig2.hpp.