Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <addressing.hpp>
Public Member Functions | |
virtual | ~AddressingInterface ()=default |
virtual std::vector< Operand > | resolve (const Instruction &instruction, MemoryInterface &memory)=0 |
Definition at line 18 of file addressing.hpp.
|
virtualdefault |
|
pure virtual |
Implemented in bb::avm2::simulation::Addressing.