|
Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
|
#include <libff/algebra/curves/public_params.hpp>#include <libff/algebra/fields/fp.hpp>#include <libff/algebra/fields/fp3.hpp>#include <libff/algebra/fields/fp6_2over3.hpp>

Go to the source code of this file.
Namespaces | |
| libff | |
Typedefs | |
| typedef Fp_model< bw6_761_r_limbs, bw6_761_modulus_r > | libff::bw6_761_Fr |
| typedef Fp_model< bw6_761_q_limbs, bw6_761_modulus_q > | libff::bw6_761_Fq |
| typedef Fp3_model< bw6_761_q_limbs, bw6_761_modulus_q > | libff::bw6_761_Fq3 |
| typedef Fp6_2over3_model< bw6_761_q_limbs, bw6_761_modulus_q > | libff::bw6_761_Fq6 |
| typedef bw6_761_Fq6 | libff::bw6_761_GT |
Functions | |
| void | libff::init_bw6_761_params () |
Variables | |
| const mp_size_t | libff::bw6_761_r_bitcount = 377 |
| const mp_size_t | libff::bw6_761_q_bitcount = 761 |
| const mp_size_t | libff::bw6_761_r_limbs |
| const mp_size_t | libff::bw6_761_q_limbs |
1.8.17