Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
mock_cd_hasher.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <gmock/gmock.h>
4
6
7namespace bb::avm2::simulation {
8
16} // namespace bb::avm2::simulation
virtual FF compute_calldata_hash(std::span< const FF > calldata)=0
MOCK_METHOD(FF, compute_calldata_hash,(const std::span< const FF > calldata),(override))
AvmFlavorSettings::FF FF
Definition field.hpp:10
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13