Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::gate_patterns::GatePattern Struct Reference

Pattern defining which wires are constrained by a gate type. More...

#include <gate_patterns.hpp>

Public Attributes

std::string_view name
 
std::vector< WireSpecwires
 

Detailed Description

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.

Member Data Documentation

◆ name

std::string_view bb::gate_patterns::GatePattern::name

Definition at line 61 of file gate_patterns.hpp.

◆ wires

std::vector<WireSpec> bb::gate_patterns::GatePattern::wires

Definition at line 62 of file gate_patterns.hpp.


The documentation for this struct was generated from the following file: