pub struct MNT4<P: MNT4Config>(_);
Implementations§
source§impl<P: MNT4Config> MNT4<P>
impl<P: MNT4Config> MNT4<P>
pub fn ate_miller_loop( p: &G1Prepared<P>, q: &G2Prepared<P> ) -> Fp4<P::Fp4Config>
Trait Implementations§
source§impl<P: MNT4Config> Clone for MNT4<P>
impl<P: MNT4Config> Clone for MNT4<P>
source§impl<P: MNT4Config> Debug for MNT4<P>
impl<P: MNT4Config> Debug for MNT4<P>
source§impl<P: MNT4Config> Hash for MNT4<P>
impl<P: MNT4Config> Hash for MNT4<P>
source§impl<P: MNT4Config> Pairing for MNT4<P>
impl<P: MNT4Config> Pairing for MNT4<P>
§type BaseField = <<P as MNT4Config>::G1Config as CurveConfig>::BaseField
type BaseField = <<P as MNT4Config>::G1Config as CurveConfig>::BaseField
This is the base field of the G1 group and base prime field of G2.
§type ScalarField = <<P as MNT4Config>::G1Config as CurveConfig>::ScalarField
type ScalarField = <<P as MNT4Config>::G1Config as CurveConfig>::ScalarField
This is the scalar field of the G1/G2 groups.
§type G1 = Projective<<P as MNT4Config>::G1Config>
type G1 = Projective<<P as MNT4Config>::G1Config>
An element in G1.
type G1Affine = Affine<<P as MNT4Config>::G1Config>
§type G1Prepared = G1Prepared<P>
type G1Prepared = G1Prepared<P>
A G1 element that has been preprocessed for use in a pairing.
§type G2 = Projective<<P as MNT4Config>::G2Config>
type G2 = Projective<<P as MNT4Config>::G2Config>
An element of G2.
§type G2Affine = Affine<<P as MNT4Config>::G2Config>
type G2Affine = Affine<<P as MNT4Config>::G2Config>
The affine representation of an element in G2.
§type G2Prepared = G2Prepared<P>
type G2Prepared = G2Prepared<P>
A G2 element that has been preprocessed for use in a pairing.
§type TargetField = QuadExtField<Fp4ConfigWrapper<<P as MNT4Config>::Fp4Config>>
type TargetField = QuadExtField<Fp4ConfigWrapper<<P as MNT4Config>::Fp4Config>>
The extension field that hosts the target group of the pairing.
source§fn multi_miller_loop(
a: impl IntoIterator<Item = impl Into<Self::G1Prepared>>,
b: impl IntoIterator<Item = impl Into<Self::G2Prepared>>
) -> MillerLoopOutput<Self>
fn multi_miller_loop( a: impl IntoIterator<Item = impl Into<Self::G1Prepared>>, b: impl IntoIterator<Item = impl Into<Self::G2Prepared>> ) -> MillerLoopOutput<Self>
Computes the product of Miller loops for some number of (G1, G2) pairs.
source§fn final_exponentiation(
f: MillerLoopOutput<Self>
) -> Option<PairingOutput<Self>>
fn final_exponentiation( f: MillerLoopOutput<Self> ) -> Option<PairingOutput<Self>>
Performs final exponentiation of the result of a
Self::multi_miller_loop
.source§fn miller_loop(
a: impl Into<Self::G1Prepared>,
b: impl Into<Self::G2Prepared>
) -> MillerLoopOutput<Self>
fn miller_loop( a: impl Into<Self::G1Prepared>, b: impl Into<Self::G2Prepared> ) -> MillerLoopOutput<Self>
Computes the Miller loop over
a
and b
.source§fn multi_pairing(
a: impl IntoIterator<Item = impl Into<Self::G1Prepared>>,
b: impl IntoIterator<Item = impl Into<Self::G2Prepared>>
) -> PairingOutput<Self>
fn multi_pairing( a: impl IntoIterator<Item = impl Into<Self::G1Prepared>>, b: impl IntoIterator<Item = impl Into<Self::G2Prepared>> ) -> PairingOutput<Self>
Computes a “product” of pairings.
source§fn pairing(
p: impl Into<Self::G1Prepared>,
q: impl Into<Self::G2Prepared>
) -> PairingOutput<Self>
fn pairing( p: impl Into<Self::G1Prepared>, q: impl Into<Self::G2Prepared> ) -> PairingOutput<Self>
Performs multiple pairing operations