Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::pairing::g1Projective Struct Reference

Struct representing a point in G1 in homogeneous projective coordinates. More...

#include <pairing.hpp>

Public Attributes

fq x
 
fq y
 
fq z
 

Detailed Description

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.

Member Data Documentation

◆ x

fq bb::pairing::g1Projective::x

Definition at line 73 of file pairing.hpp.

◆ y

fq bb::pairing::g1Projective::y

Definition at line 74 of file pairing.hpp.

◆ z

fq bb::pairing::g1Projective::z

Definition at line 75 of file pairing.hpp.


The documentation for this struct was generated from the following file: