[−][src]Struct snarkvm_curves::templates::bw6::g2::G2Prepared
Fields
ell_coeffs_1: Vec<(P::Fp, P::Fp, P::Fp)>
ell_coeffs_2: Vec<(P::Fp, P::Fp, P::Fp)>
infinity: bool
Implementations
impl<P: BW6Parameters> G2Prepared<P>
[src]
Trait Implementations
impl<P: BW6Parameters> CanonicalDeserialize for G2Prepared<P>
[src]
pub fn deserialize<R: Read>(reader: &mut R) -> Result<Self, SerializationError>
[src]
pub fn deserialize_uncompressed<R: Read>(
reader: &mut R
) -> Result<Self, SerializationError>
[src]
reader: &mut R
) -> Result<Self, SerializationError>
impl<P: BW6Parameters> CanonicalSerialize for G2Prepared<P>
[src]
pub fn serialize<W: Write>(
&self,
writer: &mut W
) -> Result<(), SerializationError>
[src]
&self,
writer: &mut W
) -> Result<(), SerializationError>
pub fn serialized_size(&self) -> usize
[src]
pub fn serialize_uncompressed<W: Write>(
&self,
writer: &mut W
) -> Result<(), SerializationError>
[src]
&self,
writer: &mut W
) -> Result<(), SerializationError>
pub fn uncompressed_size(&self) -> usize
[src]
impl<P: BW6Parameters> Clone for G2Prepared<P> where
P: BW6Parameters,
[src]
P: BW6Parameters,
pub fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<P: BW6Parameters> Debug for G2Prepared<P> where
P: BW6Parameters,
[src]
P: BW6Parameters,
impl<P: BW6Parameters> Default for G2Prepared<P>
[src]
impl<P: BW6Parameters> Eq for G2Prepared<P> where
P: BW6Parameters,
[src]
P: BW6Parameters,
impl<P: BW6Parameters> From<GroupAffine<<P as BW6Parameters>::G2Parameters>> for G2Prepared<P>
[src]
impl<P: BW6Parameters> PartialEq<G2Prepared<P>> for G2Prepared<P> where
P: BW6Parameters,
[src]
P: BW6Parameters,
pub fn eq(&self, other: &Self) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl<P: BW6Parameters> ToBytes for G2Prepared<P>
[src]
Auto Trait Implementations
impl<P> RefUnwindSafe for G2Prepared<P> where
<P as BW6Parameters>::Fp: RefUnwindSafe,
[src]
<P as BW6Parameters>::Fp: RefUnwindSafe,
impl<P> Send for G2Prepared<P> where
<P as BW6Parameters>::Fp: Send,
[src]
<P as BW6Parameters>::Fp: Send,
impl<P> Sync for G2Prepared<P> where
<P as BW6Parameters>::Fp: Sync,
[src]
<P as BW6Parameters>::Fp: Sync,
impl<P> Unpin for G2Prepared<P> where
<P as BW6Parameters>::Fp: Unpin,
[src]
<P as BW6Parameters>::Fp: Unpin,
impl<P> UnwindSafe for G2Prepared<P> where
<P as BW6Parameters>::Fp: UnwindSafe,
[src]
<P as BW6Parameters>::Fp: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,