|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <gate_data.hpp>
Public Attributes | |
| uint32_t | a |
| uint32_t | b |
| uint32_t | c |
| uint32_t | d |
| size_t | round_idx_start |
| size_t | next_pair_start |
| bool | is_terminal |
Definition at line 140 of file gate_data.hpp.
| uint32_t bb::poseidon2_quad_internal_gate_< FF >::a |
Definition at line 141 of file gate_data.hpp.
| uint32_t bb::poseidon2_quad_internal_gate_< FF >::b |
Definition at line 142 of file gate_data.hpp.
| uint32_t bb::poseidon2_quad_internal_gate_< FF >::c |
Definition at line 143 of file gate_data.hpp.
| uint32_t bb::poseidon2_quad_internal_gate_< FF >::d |
Definition at line 144 of file gate_data.hpp.
| bool bb::poseidon2_quad_internal_gate_< FF >::is_terminal |
Definition at line 148 of file gate_data.hpp.
| size_t bb::poseidon2_quad_internal_gate_< FF >::next_pair_start |
Definition at line 146 of file gate_data.hpp.
| size_t bb::poseidon2_quad_internal_gate_< FF >::round_idx_start |
Definition at line 145 of file gate_data.hpp.