Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
calldata_event.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4#include <vector>
5
7
8namespace bb::avm2::simulation {
9
11 uint32_t context_id = 0;
12 std::vector<FF> calldata;
14};
15
16} // namespace bb::avm2::simulation
AVM range check gadget for witness generation.
AvmFlavorSettings::FF FF
Definition field.hpp:10