Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
|
#include <cstddef>
#include <gmp.h>
#include <iostream>
#include <libff/common/serialization.hpp>
#include <libff/algebra/fields/bigint.tcc>
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 > &) |
Declaration of bigint wrapper class around GMP's MPZ long integers.
Definition in file bigint.hpp.