Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
memory_event.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
6
7namespace bb::avm2::simulation {
8
9enum class MemoryMode {
10 READ,
11 WRITE,
12};
13
27
28} // namespace bb::avm2::simulation
static TaggedValue from_tag(ValueTag tag, FF value)
AVM range check gadget for witness generation.
uint32_t MemoryAddress
bool operator<(MemoryEvent const &other) const
A comparator to be used by sorting algorithm (std::sort()). We sort first by ascending space_id,...