Clearmatics Libff  0.1
C++ library for Finite Fields and Elliptic Curves
Classes | Namespaces | Typedefs | Functions
bn128_pairing.hpp File Reference
#include "depends/ate-pairing/include/bn.h"
#include <libff/algebra/curves/bn128/bn128_g1.hpp>
#include <libff/algebra/curves/bn128/bn128_g2.hpp>
#include <libff/algebra/curves/bn128/bn128_gt.hpp>
Include dependency graph for bn128_pairing.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  libff::bn128_ate_G1_precomp
 
struct  libff::bn128_ate_G2_precomp
 

Namespaces

 libff
 

Typedefs

typedef bn::Fp6 libff::bn128_ate_ell_coeffs
 

Functions

bn128_ate_G1_precomp libff::bn128_ate_precompute_G1 (const bn128_G1 &P)
 
bn128_ate_G2_precomp libff::bn128_ate_precompute_G2 (const bn128_G2 &Q)
 
bn128_Fq12 libff::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_Fq12 libff::bn128_ate_miller_loop (const bn128_ate_G1_precomp &prec_P, const bn128_ate_G2_precomp &prec_Q)
 
bn128_GT libff::bn128_final_exponentiation (const bn128_Fq12 &elt)
 

Detailed Description

Declares functions for computing Ate pairings over the bn128 curves, split into a offline and online stages.

Author
This file is part of libff, developed by SCIPR Lab and contributors (see AUTHORS).

Definition in file bn128_pairing.hpp.