Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <addressing.hpp>
Public Member Functions | |
Addressing (const InstructionInfoDBInterface &instruction_info_db, RangeCheckInterface &range_check, EventEmitterInterface< AddressingEvent > &event_emitter) | |
std::vector< Operand > | resolve (const Instruction &instruction, MemoryInterface &memory) override |
![]() | |
virtual | ~AddressingInterface ()=default |
Private Member Functions | |
bool | is_valid_address (const FF &address) |
Private Attributes | |
const InstructionInfoDBInterface & | instruction_info_db |
RangeCheckInterface & | range_check |
EventEmitterInterface< AddressingEvent > & | events |
Definition at line 25 of file addressing.hpp.
|
inline |
Definition at line 27 of file addressing.hpp.
|
private |
Definition at line 133 of file addressing.cpp.
|
overridevirtual |
Implements bb::avm2::simulation::AddressingInterface.
Definition at line 19 of file addressing.cpp.
|
private |
Definition at line 40 of file addressing.hpp.
|
private |
Definition at line 38 of file addressing.hpp.
|
private |
Definition at line 39 of file addressing.hpp.