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

#include <musig2.hpp>

Public Attributes

fast::Point Q
 
std::array< std::uint8_t, 32 > Q_x
 
std::vector< fast::Scalarkey_coefficients
 
bool Q_negated
 

Detailed Description

Definition at line 35 of file musig2.hpp.

Member Data Documentation

◆ key_coefficients

std::vector<fast::Scalar> secp256k1::MuSig2KeyAggCtx::key_coefficients

◆ Q

fast::Point secp256k1::MuSig2KeyAggCtx::Q

Definition at line 36 of file musig2.hpp.

◆ Q_negated

bool secp256k1::MuSig2KeyAggCtx::Q_negated

Definition at line 39 of file musig2.hpp.

◆ Q_x

std::array<std::uint8_t, 32> secp256k1::MuSig2KeyAggCtx::Q_x

Definition at line 37 of file musig2.hpp.


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