Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
noop_calldata_hashing.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace bb::avm2::simulation {
6
8 public:
9 void assert_calldata_hash(const FF& /*cd_hash*/, std::span<const FF> /*calldata*/) override {}
10};
11
19
20} // namespace bb::avm2::simulation
void assert_calldata_hash(const FF &, std::span< const FF >) override
std::unique_ptr< CalldataHashingInterface > make_calldata_hasher(uint32_t) override
AvmFlavorSettings::FF FF
Definition field.hpp:10
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13