|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
RamTranscript contains the RamRecords for a particular RAM table (recording READ and WRITE operations) as well as the vector whose ith entry corresponds to the current ith value of the RAM table.
More...
#include <rom_ram_logic.hpp>
Public Member Functions | |
| bool | operator== (const RamTranscript &other) const noexcept |
Public Attributes | |
| std::vector< uint32_t > | state |
| std::vector< RamRecord > | records |
| uint32_t | access_count = 0 |
RamTranscript contains the RamRecords for a particular RAM table (recording READ and WRITE operations) as well as the vector whose ith entry corresponds to the current ith value of the RAM table.
Definition at line 117 of file rom_ram_logic.hpp.
|
inlinenoexcept |
Definition at line 131 of file rom_ram_logic.hpp.
| uint32_t bb::RamTranscript::access_count = 0 |
Definition at line 129 of file rom_ram_logic.hpp.
| std::vector<RamRecord> bb::RamTranscript::records |
Definition at line 125 of file rom_ram_logic.hpp.
| std::vector<uint32_t> bb::RamTranscript::state |
Definition at line 119 of file rom_ram_logic.hpp.