Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
|
#include <bw6_761_pairing.hpp>
Public Member Functions | |
bool | operator== (const bw6_761_ate_G1_precomp &other) const |
Public Attributes | |
bw6_761_Fq | PX |
bw6_761_Fq | PY |
Friends | |
std::ostream & | operator<< (std::ostream &out, const bw6_761_ate_G1_precomp &prec_P) |
std::istream & | operator>> (std::istream &in, bw6_761_ate_G1_precomp &prec_P) |
Definition at line 16 of file bw6_761_pairing.hpp.
bool libff::bw6_761_ate_G1_precomp::operator== | ( | const bw6_761_ate_G1_precomp & | other | ) | const |
Definition at line 11 of file bw6_761_pairing.cpp.
|
friend |
Definition at line 17 of file bw6_761_pairing.cpp.
|
friend |
Definition at line 25 of file bw6_761_pairing.cpp.
bw6_761_Fq libff::bw6_761_ate_G1_precomp::PX |
Definition at line 17 of file bw6_761_pairing.hpp.
bw6_761_Fq libff::bw6_761_ate_G1_precomp::PY |
Definition at line 18 of file bw6_761_pairing.hpp.