|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <mock_cd_hasher.hpp>
Public Member Functions | |
| MockCalldataHasher () | |
| ~MockCalldataHasher () override | |
| MOCK_METHOD (FF, compute_calldata_hash,(const std::span< const FF > calldata),(override)) | |
Public Member Functions inherited from bb::avm2::simulation::CalldataHashingInterface | |
| virtual | ~CalldataHashingInterface ()=default |
| virtual FF | compute_calldata_hash (std::span< const FF > calldata)=0 |
Definition at line 9 of file mock_cd_hasher.hpp.
|
default |
|
overridedefault |
| bb::avm2::simulation::MockCalldataHasher::MOCK_METHOD | ( | FF | , |
| compute_calldata_hash | , | ||
| (const std::span< const FF > calldata) | , | ||
| (override) | |||
| ) |