Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
rom_ram_logic.hpp File Reference
#include "barretenberg/common/assert.hpp"
#include <array>
#include <cstdint>
#include <vector>

Go to the source code of this file.

Classes

struct  bb::RomRecord
 A ROM memory record that can be ordered, where the ordering is given by the index (a.k.a. position in the ROM array). More...
 
struct  bb::RamRecord
 A RAM memory record that can be ordered, first by index, then by timestamp. More...
 
struct  bb::RomTranscript
 RomTranscript contains the RomRecords for a particular ROM table as well as the vector whose ith entry corresponds to the ith value (or pair of values) of the ROM table. More...
 
struct  bb::RamTranscript
 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...
 
class  bb::RomRamLogic_< ExecutionTrace >
 ROM/RAM logic handler for UltraCircuitBuilder. More...
 

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.