|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/serialize.hpp"#include "barretenberg/dsl/acir_format/witness_constant.hpp"#include "barretenberg/stdlib/primitives/field/field.hpp"#include <cstdint>#include <vector>Go to the source code of this file.
Classes | |
| struct | acir_format::RecursionConstraint |
| RecursionConstraint struct contains information required to recursively verify a proof! More... | |
Namespaces | |
| namespace | acir_format |
Functions | |
| template<typename B > | |
| void | acir_format::read (B &buf, RecursionConstraint &constraint) |
| template<typename B > | |
| void | acir_format::write (B &buf, RecursionConstraint const &constraint) |