Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fp12_2over3over2.hpp File Reference
#include <vector>
#include <libff/algebra/fields/fp.hpp>
#include <libff/algebra/fields/fp2.hpp>
#include <libff/algebra/fields/fp6_3over2.hpp>
#include <libff/algebra/fields/fp12_2over3over2.tcc>
Include dependency graph for fp12_2over3over2.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libff::Fp12_2over3over2_model< n, modulus >
 

Namespaces

namespace  libff
 

Functions

template<mp_size_t n, const bigint< n > & modulus>
std::ostream & libff::operator<< (std::ostream &, const Fp12_2over3over2_model< n, modulus > &)
 
template<mp_size_t n, const bigint< n > & modulus>
std::istream & libff::operator>> (std::istream &in, Fp12_2over3over2_model< n, modulus > &el)
 
template<mp_size_t n, const bigint< n > & modulus>
std::ostream & libff::operator<< (std::ostream &out, const std::vector< Fp12_2over3over2_model< n, modulus > > &v)
 
template<mp_size_t n, const bigint< n > & modulus>
std::istream & libff::operator>> (std::istream &in, std::vector< Fp12_2over3over2_model< n, modulus > > &v)
 
template<mp_size_t n, const bigint< n > & modulus>
Fp12_2over3over2_model< n, modulus > libff::operator* (const Fp_model< n, modulus > &lhs, const Fp12_2over3over2_model< n, modulus > &rhs)
 
template<mp_size_t n, const bigint< n > & modulus>
Fp12_2over3over2_model< n, modulus > libff::operator* (const Fp2_model< n, modulus > &lhs, const Fp12_2over3over2_model< n, modulus > &rhs)
 
template<mp_size_t n, const bigint< n > & modulus>
Fp12_2over3over2_model< n, modulus > libff::operator* (const Fp6_3over2_model< n, modulus > &lhs, const Fp12_2over3over2_model< n, modulus > &rhs)
 
template<mp_size_t n, const bigint< n > & modulus, mp_size_t m>
Fp12_2over3over2_model< n, modulus > libff::operator^ (const Fp12_2over3over2_model< n, modulus > &self, const bigint< m > &exponent)
 
template<mp_size_t n, const bigint< n > & modulus, mp_size_t m, const bigint< m > & exp_modulus>
Fp12_2over3over2_model< n, modulus > libff::operator^ (const Fp12_2over3over2_model< n, modulus > &self, const Fp_model< m, exp_modulus > &exponent)
 

Detailed Description

Declaration of arithmetic in the finite field F[((p^2)^3)^2].

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

Definition in file fp12_2over3over2.hpp.