Struct ark_ec::models::mnt4::g2::AteDoubleCoefficients [−][src]
pub struct AteDoubleCoefficients<P: MNT4Parameters> { pub c_h: Fp2<P::Fp2Params>, pub c_4c: Fp2<P::Fp2Params>, pub c_j: Fp2<P::Fp2Params>, pub c_l: Fp2<P::Fp2Params>, }
Fields
c_h: Fp2<P::Fp2Params>
c_4c: Fp2<P::Fp2Params>
c_j: Fp2<P::Fp2Params>
c_l: Fp2<P::Fp2Params>
Trait Implementations
impl<P: MNT4Parameters> PartialEq<AteDoubleCoefficients<P>> for AteDoubleCoefficients<P> where
P: MNT4Parameters,
[src]
impl<P: MNT4Parameters> PartialEq<AteDoubleCoefficients<P>> for AteDoubleCoefficients<P> where
P: MNT4Parameters,
[src]Auto Trait Implementations
impl<P> Send for AteDoubleCoefficients<P>
impl<P> Sync for AteDoubleCoefficients<P>
impl<P> Unpin for AteDoubleCoefficients<P> where
<P as MNT4Parameters>::Fp: Unpin,
<P as MNT4Parameters>::Fp2Params: Unpin,
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V