Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <multisig.hpp>
Public Types | |
using | in_buf = const uint8_t * |
using | out_buf = uint8_t * |
Public Member Functions | |
MSGPACK_FIELDS (r, s) | |
Public Attributes | |
Fr | r |
Fr | s |
Definition at line 84 of file multisig.hpp.
using bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePrivateOutput::in_buf = const uint8_t* |
Definition at line 85 of file multisig.hpp.
using bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePrivateOutput::out_buf = uint8_t* |
Definition at line 86 of file multisig.hpp.
bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePrivateOutput::MSGPACK_FIELDS | ( | r | , |
s | |||
) |
Fr bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePrivateOutput::r |
Definition at line 88 of file multisig.hpp.
Fr bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePrivateOutput::s |
Definition at line 89 of file multisig.hpp.