Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/dsl/acir_format/honk_recursion_constraint.hpp"
#include "barretenberg/dsl/acir_format/recursion_constraint.hpp"
#include "barretenberg/stdlib/primitives/bigfield/bigfield.hpp"
Go to the source code of this file.
Namespaces | |
namespace | acir_format |
Typedefs | |
using | acir_format::Builder = bb::UltraCircuitBuilder |
Functions | |
HonkRecursionConstraintOutput< Builder > | acir_format::create_avm2_recursion_constraints_goblin (Builder &builder, const RecursionConstraint &input, bool has_valid_witness_assignments) |
Add constraints associated with recursive verification of an AVM2 proof using Goblin. | |