|
Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
|
#include <alt_bn128_pairing.hpp>

Public Member Functions | |
| bool | operator== (const alt_bn128_ate_G2_precomp &other) const |
Public Attributes | |
| alt_bn128_Fq2 | QX |
| alt_bn128_Fq2 | QY |
| std::vector< alt_bn128_ate_ell_coeffs > | coeffs |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const alt_bn128_ate_G2_precomp &prec_Q) |
| std::istream & | operator>> (std::istream &in, alt_bn128_ate_G2_precomp &prec_Q) |
Definition at line 45 of file alt_bn128_pairing.hpp.
| bool libff::alt_bn128_ate_G2_precomp::operator== | ( | const alt_bn128_ate_G2_precomp & | other | ) | const |
Definition at line 67 of file alt_bn128_pairing.cpp.
|
friend |
Definition at line 75 of file alt_bn128_pairing.cpp.
|
friend |
Definition at line 86 of file alt_bn128_pairing.cpp.
| std::vector<alt_bn128_ate_ell_coeffs> libff::alt_bn128_ate_G2_precomp::coeffs |
Definition at line 48 of file alt_bn128_pairing.hpp.
| alt_bn128_Fq2 libff::alt_bn128_ate_G2_precomp::QX |
Definition at line 46 of file alt_bn128_pairing.hpp.
| alt_bn128_Fq2 libff::alt_bn128_ate_G2_precomp::QY |
Definition at line 47 of file alt_bn128_pairing.hpp.
1.8.17