Struct ark_ec::models::bn::g2::G2Prepared [−][src]
pub struct G2Prepared<P: BnParameters> { pub ell_coeffs: Vec<(Fp2<P::Fp2Params>, Fp2<P::Fp2Params>, Fp2<P::Fp2Params>)>, pub infinity: bool, }
Fields
ell_coeffs: Vec<(Fp2<P::Fp2Params>, Fp2<P::Fp2Params>, Fp2<P::Fp2Params>)>
infinity: bool
Implementations
Trait Implementations
Auto Trait Implementations
impl<P> Send for G2Prepared<P>
impl<P> Sync for G2Prepared<P>
impl<P> Unpin for G2Prepared<P> where
<P as BnParameters>::Fp: Unpin,
<P as BnParameters>::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