|
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 |
| size_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 99 of file rom_ram_logic.hpp.
|
inlinenoexcept |
Definition at line 113 of file rom_ram_logic.hpp.
| size_t bb::RamTranscript::access_count = 0 |
Definition at line 111 of file rom_ram_logic.hpp.
| std::vector<RamRecord> bb::RamTranscript::records |
Definition at line 107 of file rom_ram_logic.hpp.
| std::vector<uint32_t> bb::RamTranscript::state |
Definition at line 101 of file rom_ram_logic.hpp.