|
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 |
Public Member Functions inherited from bb::avm2::simulation::CalldataHashingInterface | |
| virtual | ~CalldataHashingInterface ()=default |
Private Attributes | |
| uint32_t | context_id |
| EventEmitterInterface< CalldataEvent > & | events |
| Poseidon2Interface & | hasher |
Definition at line 13 of file calldata_hashing.hpp.
|
inline |
Definition at line 15 of file calldata_hashing.hpp.
|
overridevirtual |
Implements bb::avm2::simulation::CalldataHashingInterface.
Definition at line 9 of file calldata_hashing.cpp.
|
private |
Definition at line 24 of file calldata_hashing.hpp.
|
private |
Definition at line 25 of file calldata_hashing.hpp.
|
private |
Definition at line 26 of file calldata_hashing.hpp.