Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
|
#include <mnt6_pairing.hpp>
Public Member Functions | |
bool | operator== (const mnt6_ate_dbl_coeffs &other) const |
Public Attributes | |
mnt6_Fq3 | c_H |
mnt6_Fq3 | c_4C |
mnt6_Fq3 | c_J |
mnt6_Fq3 | c_L |
Friends | |
std::ostream & | operator<< (std::ostream &out, const mnt6_ate_dbl_coeffs &dc) |
std::istream & | operator>> (std::istream &in, mnt6_ate_dbl_coeffs &dc) |
Definition at line 76 of file mnt6_pairing.hpp.
bool libff::mnt6_ate_dbl_coeffs::operator== | ( | const mnt6_ate_dbl_coeffs & | other | ) | const |
Definition at line 53 of file mnt6_pairing.cpp.
|
friend |
Definition at line 60 of file mnt6_pairing.cpp.
|
friend |
Definition at line 67 of file mnt6_pairing.cpp.
mnt6_Fq3 libff::mnt6_ate_dbl_coeffs::c_4C |
Definition at line 78 of file mnt6_pairing.hpp.
mnt6_Fq3 libff::mnt6_ate_dbl_coeffs::c_H |
Definition at line 77 of file mnt6_pairing.hpp.
mnt6_Fq3 libff::mnt6_ate_dbl_coeffs::c_J |
Definition at line 79 of file mnt6_pairing.hpp.
mnt6_Fq3 libff::mnt6_ate_dbl_coeffs::c_L |
Definition at line 80 of file mnt6_pairing.hpp.