11#ifndef BN128_PAIRING_HPP_
12#define BN128_PAIRING_HPP_
33 std::vector<bn128_ate_ell_coeffs>
coeffs;
bn::Fp6 bn128_ate_ell_coeffs
bn128_Fq12 bn128_double_ate_miller_loop(const bn128_ate_G1_precomp &prec_P1, const bn128_ate_G2_precomp &prec_Q1, const bn128_ate_G1_precomp &prec_P2, const bn128_ate_G2_precomp &prec_Q2)
bn128_ate_G2_precomp bn128_ate_precompute_G2(const bn128_G2 &Q)
bn128_Fq12 bn128_ate_miller_loop(const bn128_ate_G1_precomp &prec_P, const bn128_ate_G2_precomp &prec_Q)
bn128_GT bn128_final_exponentiation(const bn128_Fq12 &elt)
bn128_ate_G1_precomp bn128_ate_precompute_G1(const bn128_G1 &P)
bool operator==(const bn128_ate_G1_precomp &other) const
friend std::istream & operator>>(std::istream &in, bn128_ate_G1_precomp &prec_P)
friend std::ostream & operator<<(std::ostream &out, const bn128_ate_G1_precomp &prec_P)
std::vector< bn128_ate_ell_coeffs > coeffs
friend std::ostream & operator<<(std::ostream &out, const bn128_ate_G2_precomp &prec_Q)
friend std::istream & operator>>(std::istream &in, bn128_ate_G2_precomp &prec_Q)
bool operator==(const bn128_ate_G2_precomp &other) const