|
Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
|


Go to the source code of this file.
Classes | |
| struct | libff::mnt6_affine_ate_G1_precomputation |
| struct | libff::mnt6_affine_ate_coeffs |
| struct | libff::mnt6_affine_ate_G2_precomputation |
| struct | libff::mnt6_ate_G1_precomp |
| struct | libff::mnt6_ate_dbl_coeffs |
| struct | libff::mnt6_ate_add_coeffs |
| struct | libff::mnt6_ate_G2_precomp |
Namespaces | |
| libff | |
Typedefs | |
| typedef mnt6_ate_G1_precomp | libff::mnt6_G1_precomp |
| typedef mnt6_ate_G2_precomp | libff::mnt6_G2_precomp |
Functions | |
| mnt6_Fq6 | libff::mnt6_final_exponentiation_last_chunk (const mnt6_Fq6 &elt, const mnt6_Fq6 &elt_inv) |
| mnt6_Fq6 | libff::mnt6_final_exponentiation_first_chunk (const mnt6_Fq6 &elt, const mnt6_Fq6 &elt_inv) |
| mnt6_GT | libff::mnt6_final_exponentiation (const mnt6_Fq6 &elt) |
| mnt6_affine_ate_G1_precomputation | libff::mnt6_affine_ate_precompute_G1 (const mnt6_G1 &P) |
| mnt6_affine_ate_G2_precomputation | libff::mnt6_affine_ate_precompute_G2 (const mnt6_G2 &Q) |
| mnt6_Fq6 | libff::mnt6_affine_ate_miller_loop (const mnt6_affine_ate_G1_precomputation &prec_P, const mnt6_affine_ate_G2_precomputation &prec_Q) |
| mnt6_ate_G1_precomp | libff::mnt6_ate_precompute_G1 (const mnt6_G1 &P) |
| mnt6_ate_G2_precomp | libff::mnt6_ate_precompute_G2 (const mnt6_G2 &Q) |
| mnt6_Fq6 | libff::mnt6_ate_miller_loop (const mnt6_ate_G1_precomp &prec_P, const mnt6_ate_G2_precomp &prec_Q) |
| mnt6_Fq6 | libff::mnt6_ate_double_miller_loop (const mnt6_ate_G1_precomp &prec_P1, const mnt6_ate_G2_precomp &prec_Q1, const mnt6_ate_G1_precomp &prec_P2, const mnt6_ate_G2_precomp &prec_Q2) |
| mnt6_Fq6 | libff::mnt6_ate_pairing (const mnt6_G1 &P, const mnt6_G2 &Q) |
| mnt6_GT | libff::mnt6_ate_reduced_pairing (const mnt6_G1 &P, const mnt6_G2 &Q) |
| mnt6_G1_precomp | libff::mnt6_precompute_G1 (const mnt6_G1 &P) |
| mnt6_G2_precomp | libff::mnt6_precompute_G2 (const mnt6_G2 &Q) |
| mnt6_Fq6 | libff::mnt6_miller_loop (const mnt6_G1_precomp &prec_P, const mnt6_G2_precomp &prec_Q) |
| mnt6_Fq6 | libff::mnt6_double_miller_loop (const mnt6_G1_precomp &prec_P1, const mnt6_G2_precomp &prec_Q1, const mnt6_G1_precomp &prec_P2, const mnt6_G2_precomp &prec_Q2) |
| mnt6_Fq6 | libff::mnt6_pairing (const mnt6_G1 &P, const mnt6_G2 &Q) |
| mnt6_GT | libff::mnt6_reduced_pairing (const mnt6_G1 &P, const mnt6_G2 &Q) |
| mnt6_GT | libff::mnt6_affine_reduced_pairing (const mnt6_G1 &P, const mnt6_G2 &Q) |
Declaration of interfaces for pairing operations on MNT6.
Definition in file mnt6_pairing.hpp.
1.8.17