Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePrivateOutput Struct Reference

#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
 

Detailed Description

template<typename G1, typename HashRegNon, typename HashSig = Blake2sHasher>
struct bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePrivateOutput

Definition at line 84 of file multisig.hpp.

Member Typedef Documentation

◆ in_buf

template<typename G1 , typename HashRegNon , typename HashSig = Blake2sHasher>
using bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePrivateOutput::in_buf = const uint8_t*

Definition at line 85 of file multisig.hpp.

◆ out_buf

template<typename G1 , typename HashRegNon , typename HashSig = Blake2sHasher>
using bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePrivateOutput::out_buf = uint8_t*

Definition at line 86 of file multisig.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

template<typename G1 , typename HashRegNon , typename HashSig = Blake2sHasher>
bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePrivateOutput::MSGPACK_FIELDS ( r  ,
s   
)

Member Data Documentation

◆ r

template<typename G1 , typename HashRegNon , typename HashSig = Blake2sHasher>
Fr bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePrivateOutput::r

Definition at line 88 of file multisig.hpp.

◆ s

template<typename G1 , typename HashRegNon , typename HashSig = Blake2sHasher>
Fr bb::crypto::schnorr_multisig< G1, HashRegNon, HashSig >::RoundOnePrivateOutput::s

Definition at line 89 of file multisig.hpp.


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