Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <class_id_derivation.hpp>
Public Member Functions | |
ClassIdDerivation (Poseidon2Interface &poseidon2, EventEmitterInterface< ClassIdDerivationEvent > &events) | |
void | assert_derivation (const ContractClassId &class_id, const ContractClass &klass) override |
![]() | |
virtual | ~ClassIdDerivationInterface ()=default |
Private Attributes | |
EventEmitterInterface< ClassIdDerivationEvent > & | events |
Poseidon2Interface & | poseidon2 |
std::unordered_set< ContractClassId > | cached_derivations |
Definition at line 18 of file class_id_derivation.hpp.
|
inline |
Definition at line 20 of file class_id_derivation.hpp.
|
overridevirtual |
Implements bb::avm2::simulation::ClassIdDerivationInterface.
Definition at line 11 of file class_id_derivation.cpp.
|
private |
Definition at line 32 of file class_id_derivation.hpp.
|
private |
Definition at line 28 of file class_id_derivation.hpp.
|
private |
Definition at line 29 of file class_id_derivation.hpp.