Clearmatics Libff  0.1
C++ library for Finite Fields and Elliptic Curves
Classes | Namespaces | Functions
fp.hpp File Reference
#include <libff/algebra/exponentiation/exponentiation.hpp>
#include <libff/algebra/fields/bigint.hpp>
#include <libff/algebra/fields/fp.tcc>
Include dependency graph for fp.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libff::Fp_model< n, modulus >
 
class  libff::Fp_model< n, modulus >
 

Namespaces

 libff
 

Functions

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

Detailed Description

Declaration of arithmetic in the finite field F[p], for prime p of fixed length.

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

Definition in file fp.hpp.