Wire Sysio Wire Sysion 1.0.0
|
#include <cstddef>
#include <iostream>
#include <gmp.h>
#include <libff/common/serialization.hpp>
#include <libff/algebra/fields/bigint.tcc>
Go to the source code of this file.
Classes | |
class | libff::bigint< n > |
Namespaces | |
namespace | libff |
Functions | |
template<mp_size_t n> | |
std::ostream & | libff::operator<< (std::ostream &out, const bigint< n > &b) |
template<mp_size_t n> | |
std::istream & | libff::operator>> (std::istream &in, bigint< n > &b) |
Declaration of bigint wrapper class around GMP's MPZ long integers.
Definition in file bigint.hpp.