Module ark_ff::fields::models[][src]

Re-exports

pub use self::fp2::*;
pub use self::fp3::*;
pub use self::fp4::*;
pub use self::fp6_3over2::*;
pub use self::fp12_2over3over2::*;
pub use quadratic_extension::*;
pub use cubic_extension::*;

Modules

cubic_extension
fp2
fp3
fp4
fp6_2over3
fp6_3over2
fp12_2over3over2
quadratic_extension

Structs

Fp64

Represents an element of the prime field F_p, where p == P::MODULUS. This type can represent elements in any field of size at most

Fp256

Represents an element of the prime field F_p, where p == P::MODULUS. This type can represent elements in any field of size at most

Fp320

Represents an element of the prime field F_p, where p == P::MODULUS. This type can represent elements in any field of size at most

Fp384

Represents an element of the prime field F_p, where p == P::MODULUS. This type can represent elements in any field of size at most

Fp448

Represents an element of the prime field F_p, where p == P::MODULUS. This type can represent elements in any field of size at most

Fp768

Represents an element of the prime field F_p, where p == P::MODULUS. This type can represent elements in any field of size at most

Fp832

Represents an element of the prime field F_p, where p == P::MODULUS. This type can represent elements in any field of size at most

Traits

Fp64Parameters
Fp256Parameters
Fp320Parameters
Fp384Parameters
Fp448Parameters
Fp768Parameters
Fp832Parameters