|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <pure_addressing.hpp>
Public Member Functions | |
| PureAddressing (const InstructionInfoDBInterface &instruction_info_db) | |
| std::vector< Operand > | resolve (const Instruction &instruction, MemoryInterface &memory) override |
Public Member Functions inherited from bb::avm2::simulation::AddressingInterface | |
| virtual | ~AddressingInterface ()=default |
Private Attributes | |
| const InstructionInfoDBInterface & | instruction_info_db |
Definition at line 10 of file pure_addressing.hpp.
|
inline |
Definition at line 12 of file pure_addressing.hpp.
|
overridevirtual |
Implements bb::avm2::simulation::AddressingInterface.
Definition at line 18 of file pure_addressing.cpp.
|
private |
Definition at line 19 of file pure_addressing.hpp.