|
Wire Sysio Wire Sysion 1.0.0
|
#include <iostream>#include "depends/ate-pairing/include/bn.h"#include <libff/algebra/fields/field_utils.hpp>#include <libff/algebra/fields/fp.hpp>

Go to the source code of this file.
Classes | |
| class | libff::bn128_GT |
Namespaces | |
| namespace | libff |
Functions | |
| std::ostream & | libff::operator<< (std::ostream &out, const bn128_GT &g) |
| std::istream & | libff::operator>> (std::istream &in, bn128_GT &g) |
| template<mp_size_t m> | |
| bn128_GT | libff::operator^ (const bn128_GT &rhs, const bigint< m > &lhs) |
| template<mp_size_t m, const bigint< m > & modulus_p> | |
| bn128_GT | libff::operator^ (const bn128_GT &rhs, const Fp_model< m, modulus_p > &lhs) |
Definition in file bn128_gt.hpp.