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

Each ram 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 RamTranscript &other) const noexcept
 

Public Attributes

std::vector< uint32_t > state
 
std::vector< RamRecordrecords
 
size_t access_count = 0
 

Detailed Description

Each ram array is an instance of memory transcript. It saves values and indexes for a particular memory array.

Definition at line 87 of file rom_ram_logic.hpp.

Member Function Documentation

◆ operator==()

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

Definition at line 98 of file rom_ram_logic.hpp.

Member Data Documentation

◆ access_count

size_t bb::RamTranscript::access_count = 0

Definition at line 96 of file rom_ram_logic.hpp.

◆ records

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

Definition at line 94 of file rom_ram_logic.hpp.

◆ state

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

Definition at line 89 of file rom_ram_logic.hpp.


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