Struct snarkvm_curves::templates::bw6::g1::G1Prepared [−][src]
pub struct G1Prepared<P: BW6Parameters>(pub G1Affine<P>);
Implementations
Trait Implementations
Reads Self
from reader
.
Reads Self
from reader
without compression.
Serializes self
into writer
.
Serializes self
into writer
without compression.
Auto Trait Implementations
impl<P> RefUnwindSafe for G1Prepared<P> where
<P as BW6Parameters>::Fp: RefUnwindSafe,
impl<P> Send for G1Prepared<P>
impl<P> Sync for G1Prepared<P>
impl<P> Unpin for G1Prepared<P> where
<P as BW6Parameters>::Fp: Unpin,
impl<P> UnwindSafe for G1Prepared<P> where
<P as BW6Parameters>::Fp: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V