Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <multisig.hpp>
Public Types | |
using | in_buf = const uint8_t * |
using | vec_in_buf = const uint8_t * |
using | out_buf = uint8_t * |
using | vec_out_buf = uint8_t ** |
Public Member Functions | |
MSGPACK_FIELDS (R, S) | |
bool | operator< (const RoundOnePublicOutput &other) const |
bool | operator== (const RoundOnePublicOutput &other) const |
Public Attributes | |
affine_element | R |
affine_element | S |
Definition at line 94 of file multisig.hpp.
using bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePublicOutput::in_buf = const uint8_t* |
Definition at line 95 of file multisig.hpp.
using bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePublicOutput::out_buf = uint8_t* |
Definition at line 97 of file multisig.hpp.
using bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePublicOutput::vec_in_buf = const uint8_t* |
Definition at line 96 of file multisig.hpp.
using bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePublicOutput::vec_out_buf = uint8_t** |
Definition at line 98 of file multisig.hpp.
bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePublicOutput::MSGPACK_FIELDS | ( | R | , |
S | |||
) |
|
inline |
Definition at line 107 of file multisig.hpp.
|
inline |
Definition at line 112 of file multisig.hpp.
affine_element bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePublicOutput::R |
Definition at line 101 of file multisig.hpp.
affine_element bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePublicOutput::S |
Definition at line 103 of file multisig.hpp.