|
Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
|


Go to the source code of this file.
Classes | |
| class | libff::Fp2_model< n, modulus > |
| class | libff::Fp2_model< n, modulus > |
Namespaces | |
| libff | |
Functions | |
| template<mp_size_t n, const bigint< n > & modulus> | |
| std::ostream & | libff::operator<< (std::ostream &, const Fp2_model< n, modulus > &) |
| template<mp_size_t n, const bigint< n > & modulus> | |
| std::istream & | libff::operator>> (std::istream &, Fp2_model< n, modulus > &) |
| template<mp_size_t n, const bigint< n > & modulus> | |
| std::ostream & | libff::operator<< (std::ostream &out, const std::vector< Fp2_model< n, modulus >> &v) |
| template<mp_size_t n, const bigint< n > & modulus> | |
| std::istream & | libff::operator>> (std::istream &in, std::vector< Fp2_model< n, modulus >> &v) |
| template<mp_size_t n, const bigint< n > & modulus> | |
| Fp2_model< n, modulus > | libff::operator* (const Fp_model< n, modulus > &lhs, const Fp2_model< n, modulus > &rhs) |
Implementation of arithmetic in the finite field F[p^2].
Definition in file fp2.hpp.
1.8.17