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_ell_coeffs &other) const |
Public Attributes | |
bw6_761_Fq | ell_0 |
bw6_761_Fq | ell_VW |
bw6_761_Fq | ell_VV |
Friends | |
std::ostream & | operator<< (std::ostream &out, const bw6_761_ate_ell_coeffs &dc) |
std::istream & | operator>> (std::istream &in, bw6_761_ate_ell_coeffs &dc) |
Definition at line 27 of file bw6_761_pairing.hpp.
bool libff::bw6_761_ate_ell_coeffs::operator== | ( | const bw6_761_ate_ell_coeffs & | other | ) | const |
Definition at line 34 of file bw6_761_pairing.cpp.
|
friend |
Definition at line 42 of file bw6_761_pairing.cpp.
|
friend |
Definition at line 49 of file bw6_761_pairing.cpp.
bw6_761_Fq libff::bw6_761_ate_ell_coeffs::ell_0 |
Definition at line 28 of file bw6_761_pairing.hpp.
bw6_761_Fq libff::bw6_761_ate_ell_coeffs::ell_VV |
Definition at line 30 of file bw6_761_pairing.hpp.
bw6_761_Fq libff::bw6_761_ate_ell_coeffs::ell_VW |
Definition at line 29 of file bw6_761_pairing.hpp.