|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <calldata_hashing.hpp>
Public Member Functions | |
| CalldataHashingProvider (Poseidon2Interface &hasher, EventEmitterInterface< CalldataEvent > &event_emitter) | |
| std::unique_ptr< CalldataHashingInterface > | make_calldata_hasher (uint32_t context_id) override |
Public Member Functions inherited from bb::avm2::simulation::CalldataHashingProviderInterface | |
| virtual | ~CalldataHashingProviderInterface ()=default |
Private Attributes | |
| Poseidon2Interface & | hasher |
| EventEmitterInterface< CalldataEvent > & | events |
Definition at line 29 of file calldata_hashing.hpp.
|
inline |
Definition at line 31 of file calldata_hashing.hpp.
|
inlineoverridevirtual |
Implements bb::avm2::simulation::CalldataHashingProviderInterface.
Definition at line 36 of file calldata_hashing.hpp.
|
private |
Definition at line 43 of file calldata_hashing.hpp.
|
private |
Definition at line 42 of file calldata_hashing.hpp.