Wire Sysio Wire Sysion 1.0.0
|
#include <fp12_2over3over2.hpp>
Public Types | |
typedef Fp_model< n, modulus > | my_Fp |
typedef Fp2_model< n, modulus > | my_Fp2 |
typedef Fp6_3over2_model< n, modulus > | my_Fp6 |
Static Public Member Functions | |
static Fp12_2over3over2_model< n, modulus > | zero () |
static Fp12_2over3over2_model< n, modulus > | one () |
static Fp12_2over3over2_model< n, modulus > | random_element () |
static my_Fp6 | mul_by_non_residue (const my_Fp6 &elt) |
static bigint< n > | base_field_char () |
static size_t | extension_degree () |
Public Attributes | |
my_Fp6 | c0 |
my_Fp6 | c1 |
Static Public Attributes | |
static Fp2_model< n, modulus > | non_residue |
static Fp2_model< n, modulus > | Frobenius_coeffs_c1 [12] |
Friends | |
std::ostream & | operator (std::ostream &out, const Fp12_2over3over2_model< n, modulus > &el) |
std::istream & | operator>> (std::istream &in, Fp12_2over3over2_model< n, modulus > &el) |
Arithmetic in the finite field F[((p^2)^3)^2].
Let p := modulus. This interface provides arithmetic for the extension field Fp12 = Fp6[W]/(W^2-V) where Fp6 = Fp2[V]/(V^3-non_residue) and non_residue is in Fp2
ASSUMPTION: p = 1 (mod 6)
Definition at line 38 of file fp12_2over3over2.hpp.
Fp_model<n, modulus> libff::Fp12_2over3over2_model< n, modulus >::my_Fp |
Definition at line 40 of file fp12_2over3over2.hpp.
Fp2_model<n, modulus> libff::Fp12_2over3over2_model< n, modulus >::my_Fp2 |
Definition at line 41 of file fp12_2over3over2.hpp.
Fp6_3over2_model<n, modulus> libff::Fp12_2over3over2_model< n, modulus >::my_Fp6 |
Definition at line 42 of file fp12_2over3over2.hpp.
|
inline |
Definition at line 48 of file fp12_2over3over2.hpp.
|
inline |
Definition at line 49 of file fp12_2over3over2.hpp.
|
inlinestatic |
Definition at line 81 of file fp12_2over3over2.hpp.
|
inline |
Fp12_2over3over2_model libff::Fp12_2over3over2_model< n, modulus >::cyclotomic_exp | ( | const bigint< m > & | exponent | ) | const |
Fp12_2over3over2_model libff::Fp12_2over3over2_model< n, modulus >::cyclotomic_squared | ( | ) | const |
|
inlinestatic |
Definition at line 82 of file fp12_2over3over2.hpp.
Fp12_2over3over2_model libff::Fp12_2over3over2_model< n, modulus >::Frobenius_map | ( | unsigned long | power | ) | const |
Fp12_2over3over2_model libff::Fp12_2over3over2_model< n, modulus >::inverse | ( | ) | const |
|
inline |
Fp12_2over3over2_model libff::Fp12_2over3over2_model< n, modulus >::mul_by_024 | ( | const my_Fp2 & | ell_0, |
const my_Fp2 & | ell_VW, | ||
const my_Fp2 & | ell_VV ) const |
|
static |
|
static |
bool libff::Fp12_2over3over2_model< n, modulus >::operator!= | ( | const Fp12_2over3over2_model< n, modulus > & | other | ) | const |
Fp12_2over3over2_model libff::Fp12_2over3over2_model< n, modulus >::operator* | ( | const Fp12_2over3over2_model< n, modulus > & | other | ) | const |
Fp12_2over3over2_model libff::Fp12_2over3over2_model< n, modulus >::operator+ | ( | const Fp12_2over3over2_model< n, modulus > & | other | ) | const |
Fp12_2over3over2_model libff::Fp12_2over3over2_model< n, modulus >::operator- | ( | ) | const |
Fp12_2over3over2_model libff::Fp12_2over3over2_model< n, modulus >::operator- | ( | const Fp12_2over3over2_model< n, modulus > & | other | ) | const |
bool libff::Fp12_2over3over2_model< n, modulus >::operator== | ( | const Fp12_2over3over2_model< n, modulus > & | other | ) | const |
|
inline |
Definition at line 52 of file fp12_2over3over2.hpp.
|
static |
Fp12_2over3over2_model libff::Fp12_2over3over2_model< n, modulus >::squared | ( | ) | const |
Fp12_2over3over2_model libff::Fp12_2over3over2_model< n, modulus >::squared_complex | ( | ) | const |
Fp12_2over3over2_model libff::Fp12_2over3over2_model< n, modulus >::squared_karatsuba | ( | ) | const |
Fp12_2over3over2_model libff::Fp12_2over3over2_model< n, modulus >::unitary_inverse | ( | ) | const |
|
static |
|
friend |
|
friend |
my_Fp6 libff::Fp12_2over3over2_model< n, modulus >::c0 |
Definition at line 47 of file fp12_2over3over2.hpp.
my_Fp6 libff::Fp12_2over3over2_model< n, modulus >::c1 |
Definition at line 47 of file fp12_2over3over2.hpp.
|
static |
Definition at line 45 of file fp12_2over3over2.hpp.
|
static |
Definition at line 44 of file fp12_2over3over2.hpp.