|
Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
|
#include <bls12_381_pairing.hpp>

Public Member Functions | |
| bool | operator== (const bls12_381_ate_ell_coeffs &other) const |
Public Attributes | |
| bls12_381_Fq2 | ell_0 |
| bls12_381_Fq2 | ell_VW |
| bls12_381_Fq2 | ell_VV |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const bls12_381_ate_ell_coeffs &c) |
| std::istream & | operator>> (std::istream &in, bls12_381_ate_ell_coeffs &c) |
Definition at line 33 of file bls12_381_pairing.hpp.
| bool libff::bls12_381_ate_ell_coeffs::operator== | ( | const bls12_381_ate_ell_coeffs & | other | ) | const |
Definition at line 41 of file bls12_381_pairing.cpp.
|
friend |
Definition at line 49 of file bls12_381_pairing.cpp.
|
friend |
Definition at line 56 of file bls12_381_pairing.cpp.
| bls12_381_Fq2 libff::bls12_381_ate_ell_coeffs::ell_0 |
Definition at line 34 of file bls12_381_pairing.hpp.
| bls12_381_Fq2 libff::bls12_381_ate_ell_coeffs::ell_VV |
Definition at line 36 of file bls12_381_pairing.hpp.
| bls12_381_Fq2 libff::bls12_381_ate_ell_coeffs::ell_VW |
Definition at line 35 of file bls12_381_pairing.hpp.
1.8.17