Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
|
#include <edwards_pairing.hpp>
Public Member Functions | |
bool | operator== (const edwards_ate_G1_precomp &other) const |
Public Attributes | |
edwards_Fq | P_XY |
edwards_Fq | P_XZ |
edwards_Fq | P_ZZplusYZ |
Friends | |
std::ostream & | operator<< (std::ostream &out, const edwards_ate_G1_precomp &prec_P) |
std::istream & | operator>> (std::istream &in, edwards_ate_G1_precomp &prec_P) |
Definition at line 83 of file edwards_pairing.hpp.
bool libff::edwards_ate_G1_precomp::operator== | ( | const edwards_ate_G1_precomp & | other | ) | const |
Definition at line 154 of file edwards_pairing.cpp.
|
friend |
Definition at line 162 of file edwards_pairing.cpp.
|
friend |
Definition at line 171 of file edwards_pairing.cpp.
edwards_Fq libff::edwards_ate_G1_precomp::P_XY |
Definition at line 84 of file edwards_pairing.hpp.
edwards_Fq libff::edwards_ate_G1_precomp::P_XZ |
Definition at line 85 of file edwards_pairing.hpp.
edwards_Fq libff::edwards_ate_G1_precomp::P_ZZplusYZ |
Definition at line 86 of file edwards_pairing.hpp.