|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Struct representing a point in G1 in homogeneous projective coordinates. More...
#include <pairing.hpp>
Public Attributes | |
| fq | x |
| fq | y |
| fq | z |
Struct representing a point in G1 in homogeneous projective coordinates.
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 72 of file pairing.hpp.
| fq bb::pairing::g1Projective::x |
Definition at line 73 of file pairing.hpp.
| fq bb::pairing::g1Projective::y |
Definition at line 74 of file pairing.hpp.
| fq bb::pairing::g1Projective::z |
Definition at line 75 of file pairing.hpp.