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

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< RomRecordrecords
 

Detailed Description

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.

Member Function Documentation

◆ operator==()

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

Definition at line 77 of file rom_ram_logic.hpp.

Member Data Documentation

◆ records

std::vector<RomRecord> bb::RomTranscript::records

Definition at line 75 of file rom_ram_logic.hpp.

◆ state

std::vector<std::array<uint32_t, 2> > bb::RomTranscript::state

Definition at line 70 of file rom_ram_logic.hpp.


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