8#ifndef ALT_BN128_PAIRING_HPP_
9#define ALT_BN128_PAIRING_HPP_
44 std::vector<alt_bn128_ate_ell_coeffs>
coeffs;
alt_bn128_Fq12 alt_bn128_pairing(const alt_bn128_G1 &P, const alt_bn128_G2 &Q)
alt_bn128_GT alt_bn128_reduced_pairing(const alt_bn128_G1 &P, const alt_bn128_G2 &Q)
alt_bn128_GT alt_bn128_ate_reduced_pairing(const alt_bn128_G1 &P, const alt_bn128_G2 &Q)
alt_bn128_Fq12 alt_bn128_miller_loop(const alt_bn128_G1_precomp &prec_P, const alt_bn128_G2_precomp &prec_Q)
alt_bn128_ate_G2_precomp alt_bn128_ate_precompute_G2(const alt_bn128_G2 &Q)
alt_bn128_ate_G1_precomp alt_bn128_G1_precomp
alt_bn128_G2_precomp alt_bn128_precompute_G2(const alt_bn128_G2 &Q)
alt_bn128_G1_precomp alt_bn128_precompute_G1(const alt_bn128_G1 &P)
Fp12_2over3over2_model< alt_bn128_q_limbs, alt_bn128_modulus_q > alt_bn128_Fq12
alt_bn128_GT alt_bn128_affine_reduced_pairing(const alt_bn128_G1 &P, const alt_bn128_G2 &Q)
alt_bn128_Fq12 alt_bn128_double_miller_loop(const alt_bn128_G1_precomp &prec_P1, const alt_bn128_G2_precomp &prec_Q1, const alt_bn128_G1_precomp &prec_P2, const alt_bn128_G2_precomp &prec_Q2)
alt_bn128_ate_G2_precomp alt_bn128_G2_precomp
alt_bn128_ate_G1_precomp alt_bn128_ate_precompute_G1(const alt_bn128_G1 &P)
alt_bn128_Fq12 alt_bn128_ate_miller_loop(const alt_bn128_ate_G1_precomp &prec_P, const alt_bn128_ate_G2_precomp &prec_Q)
alt_bn128_GT alt_bn128_final_exponentiation(const alt_bn128_Fq12 &elt)
alt_bn128_Fq12 alt_bn128_ate_pairing(const alt_bn128_G1 &P, const alt_bn128_G2 &Q)
alt_bn128_Fq12 alt_bn128_GT
alt_bn128_Fq12 alt_bn128_ate_double_miller_loop(const alt_bn128_ate_G1_precomp &prec_P1, const alt_bn128_ate_G2_precomp &prec_Q1, const alt_bn128_ate_G1_precomp &prec_P2, const alt_bn128_ate_G2_precomp &prec_Q2)
friend std::istream & operator>>(std::istream &in, alt_bn128_ate_G1_precomp &prec_P)
bool operator==(const alt_bn128_ate_G1_precomp &other) const
friend std::ostream & operator<<(std::ostream &out, const alt_bn128_ate_G1_precomp &prec_P)
std::vector< alt_bn128_ate_ell_coeffs > coeffs
friend std::ostream & operator<<(std::ostream &out, const alt_bn128_ate_G2_precomp &prec_Q)
friend std::istream & operator>>(std::istream &in, alt_bn128_ate_G2_precomp &prec_Q)
bool operator==(const alt_bn128_ate_G2_precomp &other) const
friend std::ostream & operator<<(std::ostream &out, const alt_bn128_ate_ell_coeffs &dc)
friend std::istream & operator>>(std::istream &in, alt_bn128_ate_ell_coeffs &dc)
bool operator==(const alt_bn128_ate_ell_coeffs &other) const