Barretenberg
The ZK-SNARK library at the core of Aztec
|
Each rom array is an instance of memory transcript. It saves values and indexes for a particular memory array. 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 |
Each rom array is an instance of memory transcript. It saves values and indexes for a particular memory array.
Definition at line 68 of file rom_ram_logic.hpp.
|
inlinenoexcept |
Definition at line 77 of file rom_ram_logic.hpp.
std::vector<RomRecord> bb::RomTranscript::records |
Definition at line 75 of file rom_ram_logic.hpp.
std::vector<std::array<uint32_t, 2> > bb::RomTranscript::state |
Definition at line 70 of file rom_ram_logic.hpp.