Wire Sysio Wire Sysion 1.0.0
|
#include "depends/ate-pairing/include/bn.h"
#include <libff/algebra/curves/public_params.hpp>
#include <libff/algebra/fields/fp.hpp>
Go to the source code of this file.
Namespaces | |
namespace | libff |
Typedefs | |
typedef Fp_model< bn128_r_limbs, bn128_modulus_r > | libff::bn128_Fr |
typedef Fp_model< bn128_q_limbs, bn128_modulus_q > | libff::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 |
Definition in file bn128_init.hpp.