Struct ark_ec::models::mnt4::g2::G2Prepared [−][src]
pub struct G2Prepared<P: MNT4Parameters> { pub x: Fp2<P::Fp2Params>, pub y: Fp2<P::Fp2Params>, pub x_over_twist: Fp2<P::Fp2Params>, pub y_over_twist: Fp2<P::Fp2Params>, pub double_coefficients: Vec<AteDoubleCoefficients<P>>, pub addition_coefficients: Vec<AteAdditionCoefficients<P>>, }
Fields
x: Fp2<P::Fp2Params>
y: Fp2<P::Fp2Params>
x_over_twist: Fp2<P::Fp2Params>
y_over_twist: Fp2<P::Fp2Params>
double_coefficients: Vec<AteDoubleCoefficients<P>>
addition_coefficients: Vec<AteAdditionCoefficients<P>>
Trait Implementations
impl<P: MNT4Parameters> From<GroupAffine<<P as MNT4Parameters>::G2Parameters>> for G2Prepared<P>
[src]
impl<P: MNT4Parameters> From<GroupAffine<<P as MNT4Parameters>::G2Parameters>> for G2Prepared<P>
[src]Auto Trait Implementations
impl<P> Send for G2Prepared<P>
impl<P> Sync for G2Prepared<P>
impl<P> Unpin for G2Prepared<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