Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
edwards_init.hpp File Reference
Include dependency graph for edwards_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< edwards_r_limbs, edwards_modulus_rlibff::edwards_Fr
 
typedef Fp_model< edwards_q_limbs, edwards_modulus_qlibff::edwards_Fq
 
typedef Fp3_model< edwards_q_limbs, edwards_modulus_qlibff::edwards_Fq3
 
typedef Fp6_2over3_model< edwards_q_limbs, edwards_modulus_qlibff::edwards_Fq6
 
typedef edwards_Fq6 libff::edwards_GT
 

Functions

void libff::init_edwards_params ()
 

Variables

const mp_size_t libff::edwards_r_bitcount = 181
 
const mp_size_t libff::edwards_q_bitcount = 183
 
const mp_size_t libff::edwards_r_limbs = (edwards_r_bitcount+GMP_NUMB_BITS-1)/GMP_NUMB_BITS
 
const mp_size_t libff::edwards_q_limbs = (edwards_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 edwards_init.hpp.