Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <calldata_hashing.hpp>
Public Member Functions | |
CalldataHasher (uint32_t context_id, Poseidon2Interface &hasher, EventEmitterInterface< CalldataEvent > &events) | |
FF | compute_calldata_hash (std::span< const FF > calldata) override |
![]() | |
virtual | ~CalldataHashingInterface ()=default |
Private Attributes | |
uint32_t | context_id |
EventEmitterInterface< CalldataEvent > & | events |
Poseidon2Interface & | hasher |
Definition at line 18 of file calldata_hashing.hpp.
|
inline |
Definition at line 20 of file calldata_hashing.hpp.
|
overridevirtual |
Implements bb::avm2::simulation::CalldataHashingInterface.
Definition at line 9 of file calldata_hashing.cpp.
|
private |
Definition at line 29 of file calldata_hashing.hpp.
|
private |
Definition at line 30 of file calldata_hashing.hpp.
|
private |
Definition at line 31 of file calldata_hashing.hpp.