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 <vector>
4
10
11namespace bb::avm2::simulation {
12
28
45
46} // namespace bb::avm2::simulation
EventEmitterInterface< CalldataEvent > & events
CalldataHasher(uint32_t context_id, Poseidon2Interface &hasher, EventEmitterInterface< CalldataEvent > &events)
FF compute_calldata_hash(std::span< const FF > calldata) override
std::unique_ptr< CalldataHashingInterface > make_calldata_hasher(uint32_t context_id) override
CalldataHashingProvider(Poseidon2Interface &hasher, EventEmitterInterface< CalldataEvent > &event_emitter)
EventEmitterInterface< CalldataEvent > & events
EventEmitter< DataCopyEvent > event_emitter
AvmFlavorSettings::FF FF
Definition field.hpp:10
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13
uint32_t context_id