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

#include <pairing.hpp>

Public Attributes

fq2 x
 
fq2 y
 
fq2 z
 

Detailed Description

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.

Member Data Documentation

◆ x

fq2 bb::pairing::g2Projective::x

Definition at line 60 of file pairing.hpp.

◆ y

fq2 bb::pairing::g2Projective::y

Definition at line 61 of file pairing.hpp.

◆ z

fq2 bb::pairing::g2Projective::z

Definition at line 62 of file pairing.hpp.


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