|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <calldata_hashing.hpp>
Public Member Functions | |
| virtual | ~CalldataHashingInterface ()=default |
| virtual FF | compute_calldata_hash (std::span< const FF > calldata)=0 |
Definition at line 11 of file calldata_hashing.hpp.
|
virtualdefault |
|
pure virtual |
Implemented in bb::avm2::simulation::CalldataHasher.