Clearmatics Libff  0.1
C++ library for Finite Fields and Elliptic Curves
Namespaces | Functions | Variables
bn128_init.cpp File Reference
#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 <libff/algebra/curves/bn128/bn128_init.hpp>
Include dependency graph for bn128_init.cpp:

Go to the source code of this file.

Namespaces

 libff
 

Functions

void libff::init_bn128_params ()
 

Variables

bigint< bn128_r_limbs > libff::bn128_modulus_r
 
bigint< bn128_q_limbs > libff::bn128_modulus_q
 
bn::Fp libff::bn128_coeff_b
 
size_t libff::bn128_Fq_s
 
bn::Fp libff::bn128_Fq_nqr_to_t
 
mie::Vuint libff::bn128_Fq_t_minus_1_over_2
 
bn::Fp2 libff::bn128_twist_coeff_b
 
size_t libff::bn128_Fq2_s
 
bn::Fp2 libff::bn128_Fq2_nqr_to_t
 
mie::Vuint libff::bn128_Fq2_t_minus_1_over_2
 

Detailed Description

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

Definition in file bn128_init.cpp.