pub struct Config;Trait Implementations§
Source§impl MNT6Config for Config
impl MNT6Config for Config
const TWIST: Fp3<Self::Fp3Config>
const TWIST_COEFF_A: Fp3<Self::Fp3Config>
const ATE_LOOP_COUNT: &'static [i8]
const ATE_IS_LOOP_COUNT_NEG: bool = false
const FINAL_EXPONENT_LAST_CHUNK_1: BigInteger768
const FINAL_EXPONENT_LAST_CHUNK_W0_IS_NEG: bool = false
const FINAL_EXPONENT_LAST_CHUNK_ABS_OF_W0: BigInteger768
type Fp = Fp<MontBackend<FrConfig, 12>, 12>
type Fr = Fp<MontBackend<FqConfig, 12>, 12>
type Fp3Config = Fq3Config
type Fp6Config = Fq6Config
type G1Config = Config
type G2Config = Config
fn multi_miller_loop( a: impl IntoIterator<Item = impl Into<G1Prepared<Self>>>, b: impl IntoIterator<Item = impl Into<G2Prepared<Self>>>, ) -> MillerLoopOutput<MNT6<Self>>
fn final_exponentiation( f: MillerLoopOutput<MNT6<Self>>, ) -> Option<PairingOutput<MNT6<Self>>>
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more