Wire Sysio Wire Sysion 1.0.0
|
#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 75 of file edwards_pairing.hpp.
bool libff::edwards_ate_G1_precomp::operator== | ( | const edwards_ate_G1_precomp & | other | ) | const |
Definition at line 149 of file edwards_pairing.cpp.
|
friend |
Definition at line 156 of file edwards_pairing.cpp.
|
friend |
Definition at line 163 of file edwards_pairing.cpp.
edwards_Fq libff::edwards_ate_G1_precomp::P_XY |
Definition at line 76 of file edwards_pairing.hpp.
edwards_Fq libff::edwards_ate_G1_precomp::P_XZ |
Definition at line 77 of file edwards_pairing.hpp.
edwards_Fq libff::edwards_ate_G1_precomp::P_ZZplusYZ |
Definition at line 78 of file edwards_pairing.hpp.