Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
bn128_init.hpp File Reference
Include dependency graph for bn128_init.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  libff
 

Typedefs

typedef Fp_model< bn128_r_limbs, bn128_modulus_rlibff::bn128_Fr
 
typedef Fp_model< bn128_q_limbs, bn128_modulus_qlibff::bn128_Fq
 
typedef bn128_GT libff::bn128_Fq12
 

Functions

void libff::init_bn128_params ()
 

Variables

const mp_size_t libff::bn128_r_bitcount = 254
 
const mp_size_t libff::bn128_q_bitcount = 254
 
const mp_size_t libff::bn128_r_limbs = (bn128_r_bitcount+GMP_NUMB_BITS-1)/GMP_NUMB_BITS
 
const mp_size_t libff::bn128_q_limbs = (bn128_q_bitcount+GMP_NUMB_BITS-1)/GMP_NUMB_BITS
 

Detailed Description

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

Definition in file bn128_init.hpp.