|
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 |
| bool | use_logup = false |
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 95 of file rom_ram_logic.hpp.
|
inlinenoexcept |
Definition at line 107 of file rom_ram_logic.hpp.
| std::vector<RomRecord> bb::RomTranscript::records |
Definition at line 102 of file rom_ram_logic.hpp.
| std::vector<std::array<uint32_t, 2> > bb::RomTranscript::state |
Definition at line 97 of file rom_ram_logic.hpp.
| bool bb::RomTranscript::use_logup = false |
Definition at line 105 of file rom_ram_logic.hpp.