Struct ark_ec::models::mnt4::g1::G1Prepared [−][src]
pub struct G1Prepared<P: MNT4Parameters> { pub x: P::Fp, pub y: P::Fp, pub x_twist: Fp2<P::Fp2Params>, pub y_twist: Fp2<P::Fp2Params>, }
Fields
x: P::Fp
y: P::Fp
x_twist: Fp2<P::Fp2Params>
y_twist: Fp2<P::Fp2Params>
Trait Implementations
impl<P: MNT4Parameters> From<GroupAffine<<P as MNT4Parameters>::G1Parameters>> for G1Prepared<P>
[src]
impl<P: MNT4Parameters> From<GroupAffine<<P as MNT4Parameters>::G1Parameters>> for G1Prepared<P>
[src]Auto Trait Implementations
impl<P> Send for G1Prepared<P>
impl<P> Sync for G1Prepared<P>
impl<P> Unpin for G1Prepared<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