|
Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
|
#include <libff/algebra/curves/curve_utils.hpp>#include <libff/algebra/curves/mnt/mnt6/mnt6_init.hpp>#include <vector>

Go to the source code of this file.
Classes | |
| class | libff::mnt6_G1 |
Namespaces | |
| libff | |
Functions | |
| std::ostream & | libff::operator<< (std::ostream &out, const mnt6_G1 &g) |
| std::istream & | libff::operator>> (std::istream &in, mnt6_G1 &g) |
| template<mp_size_t m> | |
| mnt6_G1 | libff::operator* (const bigint< m > &lhs, const mnt6_G1 &rhs) |
| template<mp_size_t m, const bigint< m > & modulus_p> | |
| mnt6_G1 | libff::operator* (const Fp_model< m, modulus_p > &lhs, const mnt6_G1 &rhs) |
Declaration of interfaces for the MNT6 G1 group.
Definition in file mnt6_g1.hpp.
1.8.17