Wire Sysio Wire Sysion 1.0.0
|
#include <iostream>
#include <vector>
#include "depends/ate-pairing/include/bn.h"
#include <libff/algebra/curves/bn128/bn128_init.hpp>
#include <libff/algebra/curves/curve_utils.hpp>
Go to the source code of this file.
Classes | |
class | libff::bn128_G2 |
Namespaces | |
namespace | libff |
Functions | |
std::ostream & | libff::operator<< (std::ostream &out, const bn128_G2 &g) |
std::istream & | libff::operator>> (std::istream &in, bn128_G2 &g) |
template<mp_size_t m> | |
bn128_G2 | libff::operator* (const bigint< m > &lhs, const bn128_G2 &rhs) |
template<mp_size_t m, const bigint< m > & modulus_p> | |
bn128_G2 | libff::operator* (const Fp_model< m, modulus_p > &lhs, const bn128_G2 &rhs) |
Definition in file bn128_g2.hpp.