barretenberg
Loading...
Searching...
No Matches
AvmMini_helper.hpp
1#pragma once
2
3#include "barretenberg/ecc/curves/bn254/fr.hpp"
4#include "barretenberg/proof_system/circuit_builder/circuit_builder_base.hpp"
5
6#include "barretenberg/flavor/generated/AvmMini_flavor.hpp"
7#include "barretenberg/proof_system/circuit_builder/generated/AvmMini_circuit_builder.hpp"
8
9namespace proof_system {
10
12using FF = Flavor::FF;
14
15void log_avmMini_trace(std::vector<Row> const& trace, size_t beg, size_t end);
16
17} // namespace proof_system
Definition: AvmMini_flavor.hpp:21
Definition: AvmMini_circuit_builder.hpp:18