Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
|
#include <cassert>
#include <libff/algebra/curves/bw6_761/bw6_761_g1.hpp>
#include <libff/algebra/curves/bw6_761/bw6_761_g2.hpp>
#include <libff/algebra/curves/bw6_761/bw6_761_init.hpp>
#include <libff/algebra/curves/bw6_761/bw6_761_pairing.hpp>
#include <libff/common/profiling.hpp>
Go to the source code of this file.
Namespaces | |
libff | |
Functions | |
std::ostream & | libff::operator<< (std::ostream &out, const bw6_761_ate_G1_precomp &prec_P) |
std::istream & | libff::operator>> (std::istream &in, bw6_761_ate_G1_precomp &prec_P) |
std::ostream & | libff::operator<< (std::ostream &out, const bw6_761_ate_ell_coeffs &c) |
std::istream & | libff::operator>> (std::istream &in, bw6_761_ate_ell_coeffs &c) |
std::ostream & | libff::operator<< (std::ostream &out, const bw6_761_ate_G2_precomp_iteration &prec_Q) |
std::istream & | libff::operator>> (std::istream &in, bw6_761_ate_G2_precomp_iteration &prec_Q) |
std::ostream & | libff::operator<< (std::ostream &out, const bw6_761_ate_G2_precomp &prec_Q) |
std::istream & | libff::operator>> (std::istream &in, bw6_761_ate_G2_precomp &prec_Q) |
bw6_761_Fq6 | libff::bw6_761_final_exponentiation_first_chunk (const bw6_761_Fq6 &elt) |
bw6_761_Fq6 | libff::bw6_761_exp_by_z (const bw6_761_Fq6 &elt) |
bw6_761_Fq6 | libff::bw6_761_final_exponentiation_last_chunk (const bw6_761_Fq6 &elt) |
bw6_761_GT | libff::bw6_761_final_exponentiation (const bw6_761_Fq6 &elt) |
void | libff::doubling_step_for_miller_loop (bw6_761_G2 ¤t, bw6_761_ate_ell_coeffs &c) |
void | libff::mixed_addition_step_for_miller_loop (const bw6_761_G2 base, bw6_761_G2 ¤t, bw6_761_ate_ell_coeffs &c) |
bw6_761_ate_G1_precomp | libff::bw6_761_ate_precompute_G1 (const bw6_761_G1 &P) |
bw6_761_ate_G2_precomp | libff::bw6_761_ate_precompute_G2 (const bw6_761_G2 &Q) |
bw6_761_Fq6 | libff::bw6_761_ate_miller_loop (const bw6_761_ate_G1_precomp &prec_P, const bw6_761_ate_G2_precomp &prec_Q) |
bw6_761_Fq6 | libff::bw6_761_ate_double_miller_loop (const bw6_761_ate_G1_precomp &prec_P1, const bw6_761_ate_G2_precomp &prec_Q1, const bw6_761_ate_G1_precomp &prec_P2, const bw6_761_ate_G2_precomp &prec_Q2) |
bw6_761_Fq6 | libff::bw6_761_ate_pairing (const bw6_761_G1 &P, const bw6_761_G2 &Q) |
bw6_761_GT | libff::bw6_761_ate_reduced_pairing (const bw6_761_G1 &P, const bw6_761_G2 &Q) |
bw6_761_G1_precomp | libff::bw6_761_precompute_G1 (const bw6_761_G1 &P) |
bw6_761_G2_precomp | libff::bw6_761_precompute_G2 (const bw6_761_G2 &Q) |
bw6_761_Fq6 | libff::bw6_761_miller_loop (const bw6_761_G1_precomp &prec_P, const bw6_761_G2_precomp &prec_Q) |
bw6_761_Fq6 | libff::bw6_761_double_miller_loop (const bw6_761_ate_G1_precomp &prec_P1, const bw6_761_ate_G2_precomp &prec_Q1, const bw6_761_ate_G1_precomp &prec_P2, const bw6_761_ate_G2_precomp &prec_Q2) |
bw6_761_Fq6 | libff::bw6_761_pairing (const bw6_761_G1 &P, const bw6_761_G2 &Q) |
bw6_761_GT | libff::bw6_761_reduced_pairing (const bw6_761_G1 &P, const bw6_761_G2 &Q) |