Wire Sysio Wire Sysion 1.0.0
|
#include <vector>
#include <libff/algebra/curves/curve_utils.hpp>
#include <libff/algebra/curves/mnt/mnt4/mnt4_init.hpp>
Go to the source code of this file.
Classes | |
class | libff::mnt4_G2 |
Namespaces | |
namespace | libff |
Functions | |
std::ostream & | libff::operator<< (std::ostream &out, const mnt4_G2 &g) |
std::istream & | libff::operator>> (std::istream &in, mnt4_G2 &g) |
template<mp_size_t m> | |
mnt4_G2 | libff::operator* (const bigint< m > &lhs, const mnt4_G2 &rhs) |
template<mp_size_t m, const bigint< m > & modulus_p> | |
mnt4_G2 | libff::operator* (const Fp_model< m, modulus_p > &lhs, const mnt4_G2 &rhs) |
Declaration of interfaces for the MNT4 G2 group.
Definition in file mnt4_g2.hpp.