|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
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< RomRecord > | records |
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.
state vector are the indicies of the values in the real variables array. Definition at line 80 of file rom_ram_logic.hpp.
|
inlinenoexcept |
Definition at line 89 of file rom_ram_logic.hpp.
| std::vector<RomRecord> bb::RomTranscript::records |
Definition at line 87 of file rom_ram_logic.hpp.
| std::vector<std::array<uint32_t, 2> > bb::RomTranscript::state |
Definition at line 82 of file rom_ram_logic.hpp.