pub struct G1Prepared<P>where
P: MNT6Config,{
pub x: <P as MNT6Config>::Fp,
pub y: <P as MNT6Config>::Fp,
pub x_twist: CubicExtField<Fp3ConfigWrapper<<P as MNT6Config>::Fp3Config>>,
pub y_twist: CubicExtField<Fp3ConfigWrapper<<P as MNT6Config>::Fp3Config>>,
}
Fields§
§x: <P as MNT6Config>::Fp
§y: <P as MNT6Config>::Fp
§x_twist: CubicExtField<Fp3ConfigWrapper<<P as MNT6Config>::Fp3Config>>
§y_twist: CubicExtField<Fp3ConfigWrapper<<P as MNT6Config>::Fp3Config>>
Trait Implementations§
Source§impl<P> CanonicalDeserialize for G1Prepared<P>where
P: MNT6Config,
impl<P> CanonicalDeserialize for G1Prepared<P>where
P: MNT6Config,
Source§fn deserialize_with_mode<R>(
reader: R,
compress: Compress,
validate: Validate,
) -> Result<G1Prepared<P>, SerializationError>where
R: Read,
fn deserialize_with_mode<R>(
reader: R,
compress: Compress,
validate: Validate,
) -> Result<G1Prepared<P>, SerializationError>where
R: Read,
The general deserialize method that takes in customization flags.
fn deserialize_compressed<R>(reader: R) -> Result<Self, SerializationError>where
R: Read,
fn deserialize_compressed_unchecked<R>(
reader: R,
) -> Result<Self, SerializationError>where
R: Read,
fn deserialize_uncompressed<R>(reader: R) -> Result<Self, SerializationError>where
R: Read,
fn deserialize_uncompressed_unchecked<R>(
reader: R,
) -> Result<Self, SerializationError>where
R: Read,
Source§impl<P> CanonicalSerialize for G1Prepared<P>where
P: MNT6Config,
impl<P> CanonicalSerialize for G1Prepared<P>where
P: MNT6Config,
Source§fn serialize_with_mode<W>(
&self,
writer: W,
compress: Compress,
) -> Result<(), SerializationError>where
W: Write,
fn serialize_with_mode<W>(
&self,
writer: W,
compress: Compress,
) -> Result<(), SerializationError>where
W: Write,
The general serialize method that takes in customization flags.
fn serialized_size(&self, compress: Compress) -> usize
fn serialize_compressed<W>(&self, writer: W) -> Result<(), SerializationError>where
W: Write,
fn compressed_size(&self) -> usize
fn serialize_uncompressed<W>(&self, writer: W) -> Result<(), SerializationError>where
W: Write,
fn uncompressed_size(&self) -> usize
Source§impl<P> Clone for G1Prepared<P>where
P: MNT6Config,
<P as MNT6Config>::Fp: Copy,
CubicExtField<Fp3ConfigWrapper<<P as MNT6Config>::Fp3Config>>: Copy,
impl<P> Clone for G1Prepared<P>where
P: MNT6Config,
<P as MNT6Config>::Fp: Copy,
CubicExtField<Fp3ConfigWrapper<<P as MNT6Config>::Fp3Config>>: Copy,
Source§fn clone(&self) -> G1Prepared<P>
fn clone(&self) -> G1Prepared<P>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<P> Debug for G1Prepared<P>where
P: MNT6Config,
<P as MNT6Config>::Fp: Debug,
CubicExtField<Fp3ConfigWrapper<<P as MNT6Config>::Fp3Config>>: Debug,
impl<P> Debug for G1Prepared<P>where
P: MNT6Config,
<P as MNT6Config>::Fp: Debug,
CubicExtField<Fp3ConfigWrapper<<P as MNT6Config>::Fp3Config>>: Debug,
Source§impl<P> Default for G1Prepared<P>where
P: MNT6Config,
impl<P> Default for G1Prepared<P>where
P: MNT6Config,
Source§fn default() -> G1Prepared<P>
fn default() -> G1Prepared<P>
Returns the “default value” for a type. Read more
Source§impl<'a, P> From<&'a Affine<<P as MNT6Config>::G1Config>> for G1Prepared<P>where
P: MNT6Config,
impl<'a, P> From<&'a Affine<<P as MNT6Config>::G1Config>> for G1Prepared<P>where
P: MNT6Config,
Source§fn from(g1: &'a Affine<<P as MNT6Config>::G1Config>) -> G1Prepared<P>
fn from(g1: &'a Affine<<P as MNT6Config>::G1Config>) -> G1Prepared<P>
Converts to this type from the input type.
Source§impl<'a, P> From<&'a Projective<<P as MNT6Config>::G1Config>> for G1Prepared<P>where
P: MNT6Config,
impl<'a, P> From<&'a Projective<<P as MNT6Config>::G1Config>> for G1Prepared<P>where
P: MNT6Config,
Source§fn from(g1: &'a Projective<<P as MNT6Config>::G1Config>) -> G1Prepared<P>
fn from(g1: &'a Projective<<P as MNT6Config>::G1Config>) -> G1Prepared<P>
Converts to this type from the input type.
Source§impl<P> From<Affine<<P as MNT6Config>::G1Config>> for G1Prepared<P>where
P: MNT6Config,
impl<P> From<Affine<<P as MNT6Config>::G1Config>> for G1Prepared<P>where
P: MNT6Config,
Source§fn from(g1: Affine<<P as MNT6Config>::G1Config>) -> G1Prepared<P>
fn from(g1: Affine<<P as MNT6Config>::G1Config>) -> G1Prepared<P>
Converts to this type from the input type.
Source§impl<P> From<Projective<<P as MNT6Config>::G1Config>> for G1Prepared<P>where
P: MNT6Config,
impl<P> From<Projective<<P as MNT6Config>::G1Config>> for G1Prepared<P>where
P: MNT6Config,
Source§fn from(g1: Projective<<P as MNT6Config>::G1Config>) -> G1Prepared<P>
fn from(g1: Projective<<P as MNT6Config>::G1Config>) -> G1Prepared<P>
Converts to this type from the input type.
Source§impl<P> PartialEq for G1Prepared<P>where
P: MNT6Config,
<P as MNT6Config>::Fp: PartialEq,
CubicExtField<Fp3ConfigWrapper<<P as MNT6Config>::Fp3Config>>: PartialEq,
impl<P> PartialEq for G1Prepared<P>where
P: MNT6Config,
<P as MNT6Config>::Fp: PartialEq,
CubicExtField<Fp3ConfigWrapper<<P as MNT6Config>::Fp3Config>>: PartialEq,
Source§impl<P> Valid for G1Prepared<P>where
P: MNT6Config,
impl<P> Valid for G1Prepared<P>where
P: MNT6Config,
fn check(&self) -> Result<(), SerializationError>
fn batch_check<'a>(
batch: impl Iterator<Item = &'a G1Prepared<P>> + Send,
) -> Result<(), SerializationError>where
G1Prepared<P>: 'a,
impl<P> Copy for G1Prepared<P>where
P: MNT6Config,
<P as MNT6Config>::Fp: Copy,
CubicExtField<Fp3ConfigWrapper<<P as MNT6Config>::Fp3Config>>: Copy,
impl<P> Eq for G1Prepared<P>where
P: MNT6Config,
<P as MNT6Config>::Fp: PartialEq,
CubicExtField<Fp3ConfigWrapper<<P as MNT6Config>::Fp3Config>>: PartialEq,
Auto Trait Implementations§
impl<P> Freeze for G1Prepared<P>
impl<P> RefUnwindSafe for G1Prepared<P>
impl<P> Send for G1Prepared<P>
impl<P> Sync for G1Prepared<P>
impl<P> Unpin for G1Prepared<P>
impl<P> UnwindSafe for G1Prepared<P>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CanonicalSerializeHashExt for Twhere
T: CanonicalSerialize,
impl<T> CanonicalSerializeHashExt for Twhere
T: CanonicalSerialize,
fn hash<H>(&self) -> GenericArray<u8, <H as OutputSizeUser>::OutputSize>where
H: Digest,
fn hash_uncompressed<H>(
&self,
) -> GenericArray<u8, <H as OutputSizeUser>::OutputSize>where
H: Digest,
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more