Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::NonGateSelectorField< FF, NUM_WIRES > Struct Template Reference

The (GateRow field, GateTile field) pair of one non-gate selector. More...

#include <execution_trace_block.hpp>

Public Attributes

FF GateRow< FF, NUM_WIRES >row_field
 
std::array< FF, GATE_TILE_SIZE > GateTile< FF, NUM_WIRES >tile_field
 

Detailed Description

template<typename FF, size_t NUM_WIRES>
struct bb::NonGateSelectorField< FF, NUM_WIRES >

The (GateRow field, GateTile field) pair of one non-gate selector.

Definition at line 125 of file execution_trace_block.hpp.

Member Data Documentation

◆ GateRow< FF, NUM_WIRES >row_field

template<typename FF , size_t NUM_WIRES>
FF bb::NonGateSelectorField< FF, NUM_WIRES >::GateRow< FF, NUM_WIRES >row_field

Definition at line 126 of file execution_trace_block.hpp.

◆ GateTile< FF, NUM_WIRES >tile_field

template<typename FF , size_t NUM_WIRES>
std::array<FF, GATE_TILE_SIZE> bb::NonGateSelectorField< FF, NUM_WIRES >::GateTile< FF, NUM_WIRES >tile_field

Definition at line 127 of file execution_trace_block.hpp.


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