|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Struct holding the data required to add memory constraints to a circuit. More...
#include <block_constraint.hpp>
Public Attributes | |
| std::vector< uint32_t > | init |
| std::vector< MemOp > | trace |
| BlockType | type |
| CallDataType | calldata_id |
Struct holding the data required to add memory constraints to a circuit.
Definition at line 52 of file block_constraint.hpp.
| CallDataType acir_format::BlockConstraint::calldata_id |
Definition at line 56 of file block_constraint.hpp.
| std::vector<uint32_t> acir_format::BlockConstraint::init |
Definition at line 53 of file block_constraint.hpp.
| std::vector<MemOp> acir_format::BlockConstraint::trace |
Definition at line 54 of file block_constraint.hpp.
| BlockType acir_format::BlockConstraint::type |
Definition at line 55 of file block_constraint.hpp.