Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::TranscriptManifest::RoundData Struct Reference

Public Member Functions

void print ()
 
bool operator== (const RoundData &other) const =default
 

Public Attributes

std::vector< std::string > challenge_label
 
std::vector< std::pair< std::string, size_t > > entries
 

Detailed Description

Definition at line 33 of file transcript.hpp.

Member Function Documentation

◆ operator==()

bool bb::TranscriptManifest::RoundData::operator== ( const RoundData other) const
default

◆ print()

void bb::TranscriptManifest::RoundData::print ( )
inline

Definition at line 37 of file transcript.hpp.

Member Data Documentation

◆ challenge_label

std::vector<std::string> bb::TranscriptManifest::RoundData::challenge_label

Definition at line 34 of file transcript.hpp.

◆ entries

std::vector<std::pair<std::string, size_t> > bb::TranscriptManifest::RoundData::entries

Definition at line 35 of file transcript.hpp.


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