Barretenberg
The ZK-SNARK library at the core of Aztec
|
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 |
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.
uint8_t bb::permutation_subgroup_element::column_idx = 0 |
Definition at line 54 of file permutation_lib.hpp.
bool bb::permutation_subgroup_element::is_public_input = false |
Definition at line 55 of file permutation_lib.hpp.
bool bb::permutation_subgroup_element::is_tag = false |
Definition at line 56 of file permutation_lib.hpp.
uint32_t bb::permutation_subgroup_element::row_idx = 0 |
Definition at line 53 of file permutation_lib.hpp.