|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Pattern defining which wires are constrained by a gate type. More...
#include <gate_patterns.hpp>
Public Attributes | |
| std::string_view | name |
| std::vector< WireSpec > | wires |
Pattern defining which wires are constrained by a gate type.
Each block type maps to exactly one pattern. The pattern specifies which wires are constrained based on selector values.
Definition at line 60 of file gate_patterns.hpp.
| std::string_view bb::gate_patterns::GatePattern::name |
Definition at line 61 of file gate_patterns.hpp.
| std::vector<WireSpec> bb::gate_patterns::GatePattern::wires |
Definition at line 62 of file gate_patterns.hpp.