Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
calldata_hashing.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
4#include <span>
5#include <vector>
6
8
9namespace bb::avm2::simulation {
10
16
22
23} // namespace bb::avm2::simulation
virtual FF compute_calldata_hash(std::span< const FF > calldata)=0
virtual std::unique_ptr< CalldataHashingInterface > make_calldata_hasher(uint32_t context_id)=0
AvmFlavorSettings::FF FF
Definition field.hpp:10
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13
uint32_t context_id