Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
|
#include <bls12_377_pairing.hpp>
Public Member Functions | |
bool | operator== (const bls12_377_ate_ell_coeffs &other) const |
Public Attributes | |
bls12_377_Fq2 | ell_0 |
bls12_377_Fq2 | ell_VW |
bls12_377_Fq2 | ell_VV |
Friends | |
std::ostream & | operator<< (std::ostream &out, const bls12_377_ate_ell_coeffs &dc) |
std::istream & | operator>> (std::istream &in, bls12_377_ate_ell_coeffs &dc) |
Definition at line 33 of file bls12_377_pairing.hpp.
bool libff::bls12_377_ate_ell_coeffs::operator== | ( | const bls12_377_ate_ell_coeffs & | other | ) | const |
Definition at line 34 of file bls12_377_pairing.cpp.
|
friend |
Definition at line 42 of file bls12_377_pairing.cpp.
|
friend |
Definition at line 49 of file bls12_377_pairing.cpp.
bls12_377_Fq2 libff::bls12_377_ate_ell_coeffs::ell_0 |
Definition at line 34 of file bls12_377_pairing.hpp.
bls12_377_Fq2 libff::bls12_377_ate_ell_coeffs::ell_VV |
Definition at line 36 of file bls12_377_pairing.hpp.
bls12_377_Fq2 libff::bls12_377_ate_ell_coeffs::ell_VW |
Definition at line 35 of file bls12_377_pairing.hpp.