|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <gate_data.hpp>
Public Attributes | |
| BilinearBatchedEqMode | mode |
| uint32_t | a |
| uint32_t | b |
| uint32_t | c |
| uint32_t | d |
| FF | q_l |
| FF | q_r |
| FF | q_o |
| FF | q_4 |
| FF | q_c |
| FF | q_m |
| FF | q_5 |
Definition at line 60 of file gate_data.hpp.
| uint32_t bb::bilinear_batched_eq_gate_< FF >::a |
Definition at line 62 of file gate_data.hpp.
| uint32_t bb::bilinear_batched_eq_gate_< FF >::b |
Definition at line 63 of file gate_data.hpp.
| uint32_t bb::bilinear_batched_eq_gate_< FF >::c |
Definition at line 64 of file gate_data.hpp.
| uint32_t bb::bilinear_batched_eq_gate_< FF >::d |
Definition at line 65 of file gate_data.hpp.
| BilinearBatchedEqMode bb::bilinear_batched_eq_gate_< FF >::mode |
Definition at line 61 of file gate_data.hpp.
| FF bb::bilinear_batched_eq_gate_< FF >::q_4 |
Definition at line 69 of file gate_data.hpp.
| FF bb::bilinear_batched_eq_gate_< FF >::q_5 |
Definition at line 72 of file gate_data.hpp.
| FF bb::bilinear_batched_eq_gate_< FF >::q_c |
Definition at line 70 of file gate_data.hpp.
| FF bb::bilinear_batched_eq_gate_< FF >::q_l |
Definition at line 66 of file gate_data.hpp.
| FF bb::bilinear_batched_eq_gate_< FF >::q_m |
Definition at line 71 of file gate_data.hpp.
| FF bb::bilinear_batched_eq_gate_< FF >::q_o |
Definition at line 68 of file gate_data.hpp.
| FF bb::bilinear_batched_eq_gate_< FF >::q_r |
Definition at line 67 of file gate_data.hpp.