| 
    Wire Sysio Wire Sysion 1.0.0
    
   | 
 
#include <vector>#include <libff/algebra/curves/alt_bn128/alt_bn128_init.hpp>#include <libff/algebra/curves/curve_utils.hpp>

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