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

Permutations subgroup element structure is used to hold data necessary to construct permutation polynomials. More...

#include <permutation_lib.hpp>

Public Attributes

uint32_t row_idx = 0
 
uint8_t column_idx = 0
 
bool is_public_input = false
 
bool is_tag = false
 

Detailed Description

Permutations subgroup element structure is used to hold data necessary to construct permutation polynomials.

All parameters define the evaluation of an id or sigma polynomial.

Definition at line 52 of file permutation_lib.hpp.

Member Data Documentation

◆ column_idx

uint8_t bb::permutation_subgroup_element::column_idx = 0

Definition at line 54 of file permutation_lib.hpp.

◆ is_public_input

bool bb::permutation_subgroup_element::is_public_input = false

Definition at line 55 of file permutation_lib.hpp.

◆ is_tag

bool bb::permutation_subgroup_element::is_tag = false

Definition at line 56 of file permutation_lib.hpp.

◆ row_idx

uint32_t bb::permutation_subgroup_element::row_idx = 0

Definition at line 53 of file permutation_lib.hpp.


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