#include <bw6_761_pairing.hpp>
Definition at line 39 of file bw6_761_pairing.hpp.
◆ operator==()
Definition at line 60 of file bw6_761_pairing.cpp.
64 this->
QX == other.QX && this->QY == other.QY &&
65 this->coeffs == other.coeffs);
◆ operator<<
Definition at line 68 of file bw6_761_pairing.cpp.
72 out << prec_Q.coeffs.size() <<
"\n";
73 for (
const bw6_761_ate_ell_coeffs &c : prec_Q.coeffs) {
◆ operator>>
Definition at line 79 of file bw6_761_pairing.cpp.
87 prec_Q.coeffs.clear();
93 prec_Q.coeffs.reserve(s);
95 for (
size_t i = 0; i < s; ++i) {
96 bw6_761_ate_ell_coeffs c;
99 prec_Q.coeffs.emplace_back(c);
◆ coeffs
◆ QX
bw6_761_Fq libff::bw6_761_ate_G2_precomp_iteration::QX |
◆ QY
bw6_761_Fq libff::bw6_761_ate_G2_precomp_iteration::QY |
The documentation for this struct was generated from the following files: