|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <pairing.hpp>
Public Attributes | |
| fq2 | x |
| fq2 | y |
| fq2 | z |
When calculating pairings, point operations are calculated via an ad-hoc method, so it's more sensible to use a specific struct rather than reusing g2::element
Definition at line 59 of file pairing.hpp.
| fq2 bb::pairing::g2Projective::x |
Definition at line 60 of file pairing.hpp.
| fq2 bb::pairing::g2Projective::y |
Definition at line 61 of file pairing.hpp.
| fq2 bb::pairing::g2Projective::z |
Definition at line 62 of file pairing.hpp.