Clearmatics Libff  0.1
C++ library for Finite Fields and Elliptic Curves
Namespaces | Functions | Variables
mnt4_init.cpp File Reference
#include <libff/algebra/curves/mnt/mnt4/mnt4_g1.hpp>
#include <libff/algebra/curves/mnt/mnt4/mnt4_g2.hpp>
#include <libff/algebra/curves/mnt/mnt4/mnt4_init.hpp>
Include dependency graph for mnt4_init.cpp:

Go to the source code of this file.

Namespaces

 libff
 

Functions

void libff::init_mnt4_params ()
 

Variables

mnt4_Fq2 libff::mnt4_twist
 
mnt4_Fq2 libff::mnt4_twist_coeff_a
 
mnt4_Fq2 libff::mnt4_twist_coeff_b
 
mnt4_Fq libff::mnt4_twist_mul_by_a_c0
 
mnt4_Fq libff::mnt4_twist_mul_by_a_c1
 
mnt4_Fq libff::mnt4_twist_mul_by_b_c0
 
mnt4_Fq libff::mnt4_twist_mul_by_b_c1
 
mnt4_Fq libff::mnt4_twist_mul_by_q_X
 
mnt4_Fq libff::mnt4_twist_mul_by_q_Y
 
bigint< mnt4_q_limbs > libff::mnt4_ate_loop_count
 
bool libff::mnt4_ate_is_loop_count_neg
 
bigint< 4 *mnt4_q_limbs > libff::mnt4_final_exponent
 
bigint< mnt4_q_limbs > libff::mnt4_final_exponent_last_chunk_abs_of_w0
 
bool libff::mnt4_final_exponent_last_chunk_is_w0_neg
 
bigint< mnt4_q_limbs > libff::mnt4_final_exponent_last_chunk_w1
 

Detailed Description

Implementation of interfaces for initializing MNT4.

See mnt4_init.hpp .

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

Definition in file mnt4_init.cpp.