Clearmatics Libff  0.1
C++ library for Finite Fields and Elliptic Curves
Namespaces | Functions | Variables
alt_bn128_init.cpp File Reference
#include <libff/algebra/curves/alt_bn128/alt_bn128_g1.hpp>
#include <libff/algebra/curves/alt_bn128/alt_bn128_g2.hpp>
#include <libff/algebra/curves/alt_bn128/alt_bn128_init.hpp>
Include dependency graph for alt_bn128_init.cpp:

Go to the source code of this file.

Namespaces

 libff
 

Functions

void libff::init_alt_bn128_params ()
 

Variables

bigint< alt_bn128_r_limbs > libff::alt_bn128_modulus_r
 
bigint< alt_bn128_q_limbs > libff::alt_bn128_modulus_q
 
alt_bn128_Fq libff::alt_bn128_coeff_b
 
alt_bn128_Fq2 libff::alt_bn128_twist
 
alt_bn128_Fq2 libff::alt_bn128_twist_coeff_b
 
alt_bn128_Fq libff::alt_bn128_twist_mul_by_b_c0
 
alt_bn128_Fq libff::alt_bn128_twist_mul_by_b_c1
 
alt_bn128_Fq2 libff::alt_bn128_twist_mul_by_q_X
 
alt_bn128_Fq2 libff::alt_bn128_twist_mul_by_q_Y
 
bigint< alt_bn128_q_limbs > libff::alt_bn128_ate_loop_count
 
bool libff::alt_bn128_ate_is_loop_count_neg
 
bigint< 12 *alt_bn128_q_limbs > libff::alt_bn128_final_exponent
 
bigint< alt_bn128_q_limbs > libff::alt_bn128_final_exponent_z
 
bool libff::alt_bn128_final_exponent_is_z_neg
 

Detailed Description

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

Definition in file alt_bn128_init.cpp.