|
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 |
| FF | q_m |
| FF | q_l |
| FF | q_r |
| FF | q_o |
| FF | q_c |
Friends | |
| bool | operator== (arithmetic_triple_< FF > const &lhs, arithmetic_triple_< FF > const &rhs)=default |
Definition at line 76 of file gate_data.hpp.
|
friend |
| uint32_t bb::arithmetic_triple_< FF >::a |
Definition at line 77 of file gate_data.hpp.
| uint32_t bb::arithmetic_triple_< FF >::b |
Definition at line 78 of file gate_data.hpp.
| uint32_t bb::arithmetic_triple_< FF >::c |
Definition at line 79 of file gate_data.hpp.
| FF bb::arithmetic_triple_< FF >::q_c |
Definition at line 84 of file gate_data.hpp.
| FF bb::arithmetic_triple_< FF >::q_l |
Definition at line 81 of file gate_data.hpp.
| FF bb::arithmetic_triple_< FF >::q_m |
Definition at line 80 of file gate_data.hpp.
| FF bb::arithmetic_triple_< FF >::q_o |
Definition at line 83 of file gate_data.hpp.
| FF bb::arithmetic_triple_< FF >::q_r |
Definition at line 82 of file gate_data.hpp.