Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::RamTranscript Struct Reference

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< RamRecordrecords
 
size_t access_count = 0
 

Detailed Description

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.

Member Function Documentation

◆ operator==()

bool bb::RamTranscript::operator== ( const RamTranscript other) const
inlinenoexcept

Definition at line 113 of file rom_ram_logic.hpp.

Member Data Documentation

◆ access_count

size_t bb::RamTranscript::access_count = 0

Definition at line 111 of file rom_ram_logic.hpp.

◆ records

std::vector<RamRecord> bb::RamTranscript::records

Definition at line 107 of file rom_ram_logic.hpp.

◆ state

std::vector<uint32_t> bb::RamTranscript::state

Definition at line 101 of file rom_ram_logic.hpp.


The documentation for this struct was generated from the following file: