|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/dsl/acir_format/witness_constant.hpp"#include "barretenberg/serialize/msgpack.hpp"#include <cstdint>Go to the source code of this file.
Classes | |
| struct | acir_format::EcAdd |
| Constraints for addition of two points on the Grumpkin curve. More... | |
Namespaces | |
| namespace | acir_format |
Functions | |
| template<typename Builder > | |
| void | acir_format::create_ec_add_constraint (Builder &builder, const EcAdd &input) |
| Create constraints for addition of two points on the Grumpkin curve. | |