Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
edwards_g2.hpp File Reference
#include <iostream>
#include <vector>
#include <libff/algebra/curves/curve_utils.hpp>
#include <libff/algebra/curves/edwards/edwards_init.hpp>
Include dependency graph for edwards_g2.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libff::edwards_G2
 

Namespaces

namespace  libff
 

Functions

std::ostream & libff::operator<< (std::ostream &out, const edwards_G2 &g)
 
std::istream & libff::operator>> (std::istream &in, edwards_G2 &g)
 
template<mp_size_t m>
edwards_G2 libff::operator* (const bigint< m > &lhs, const edwards_G2 &rhs)
 
template<mp_size_t m, const bigint< m > & modulus_p>
edwards_G2 libff::operator* (const Fp_model< m, modulus_p > &lhs, const edwards_G2 &rhs)
 

Detailed Description

Author
This file is part of libff, developed by SCIPR Lab and contributors (see AUTHORS).

Definition in file edwards_g2.hpp.