|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <musig2.hpp>
Public Attributes | |
| fast::Point | Q |
| std::array< std::uint8_t, 32 > | Q_x |
| std::vector< fast::Scalar > | key_coefficients |
| bool | Q_negated |
Definition at line 35 of file musig2.hpp.
| std::vector<fast::Scalar> secp256k1::MuSig2KeyAggCtx::key_coefficients |
Definition at line 38 of file musig2.hpp.
Referenced by ufsecp_musig2_partial_sign(), ufsecp_musig2_partial_verify(), and ufsecp_musig2_start_sign_session().
| fast::Point secp256k1::MuSig2KeyAggCtx::Q |
Definition at line 36 of file musig2.hpp.
| bool secp256k1::MuSig2KeyAggCtx::Q_negated |
Definition at line 39 of file musig2.hpp.
| std::array<std::uint8_t, 32> secp256k1::MuSig2KeyAggCtx::Q_x |
Definition at line 37 of file musig2.hpp.