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_cd_hasher (uint32_t context_id) override |
![]() | |
virtual | ~CalldataHashingProviderInterface ()=default |
Private Attributes | |
Poseidon2Interface & | hasher |
EventEmitterInterface< CalldataEvent > & | events |
Definition at line 40 of file calldata_hashing.hpp.
|
inline |
Definition at line 42 of file calldata_hashing.hpp.
|
inlineoverridevirtual |
Implements bb::avm2::simulation::CalldataHashingProviderInterface.
Definition at line 47 of file calldata_hashing.hpp.
|
private |
Definition at line 54 of file calldata_hashing.hpp.
|
private |
Definition at line 53 of file calldata_hashing.hpp.