Clearmatics Libff  0.1
C++ library for Finite Fields and Elliptic Curves
Classes | Namespaces | Functions
bigint.hpp File Reference
#include <cstddef>
#include <gmp.h>
#include <iostream>
#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 >
 
class  libff::bigint< n >
 

Namespaces

 libff
 

Functions

template<mp_size_t n>
std::ostream & libff::operator<< (std::ostream &, const bigint< n > &)
 
template<mp_size_t n>
std::istream & libff::operator>> (std::istream &, bigint< n > &)
 

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.