Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
bigint.hpp File Reference
#include <cstddef>
#include <iostream>
#include <gmp.h>
#include <libff/common/serialization.hpp>
#include <libff/algebra/fields/bigint.tcc>
Include dependency graph for bigint.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Declaration of bigint wrapper class around GMP's MPZ long integers.

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

Definition in file bigint.hpp.