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

RomTranscript contains the RomRecords for a particular ROM table as well as the vector whose ith entry corresponds to the ith value (or pair of values) of the ROM table. More...

#include <rom_ram_logic.hpp>

Public Member Functions

bool operator== (const RomTranscript &other) const noexcept
 

Public Attributes

std::vector< std::array< uint32_t, 2 > > state
 
std::vector< RomRecordrecords
 

Detailed Description

RomTranscript contains the RomRecords for a particular ROM table as well as the vector whose ith entry corresponds to the ith value (or pair of values) of the ROM table.

Note
the values in the state vector are the indicies of the values in the real variables array.

Definition at line 80 of file rom_ram_logic.hpp.

Member Function Documentation

◆ operator==()

bool bb::RomTranscript::operator== ( const RomTranscript other) const
inlinenoexcept

Definition at line 89 of file rom_ram_logic.hpp.

Member Data Documentation

◆ records

std::vector<RomRecord> bb::RomTranscript::records

Definition at line 87 of file rom_ram_logic.hpp.

◆ state

std::vector<std::array<uint32_t, 2> > bb::RomTranscript::state

Definition at line 82 of file rom_ram_logic.hpp.


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