Struct curve25519_dalek::window::NafLookupTable8 [−][src]
Expand description
Holds stuff up to 8.
Tuple Fields
0: [T; 64]
Implementations
Trait Implementations
impl<'a> From<&'a EdwardsPoint> for NafLookupTable8<CachedPoint>
This is supported on target feature avx2
and non-target feature avx512ifma
and crate feature simd_backend
and (target features avx2
or avx512ifma
) only.
impl<'a> From<&'a EdwardsPoint> for NafLookupTable8<CachedPoint>
This is supported on target feature
avx2
and non-target feature avx512ifma
and crate feature simd_backend
and (target features avx2
or avx512ifma
) only.Performs the conversion.
impl<'a> From<&'a EdwardsPoint> for NafLookupTable8<CachedPoint>
This is supported on crate feature simd_backend
and (target features avx2
or avx512ifma
) and target feature avx512ifma
only.
impl<'a> From<&'a EdwardsPoint> for NafLookupTable8<CachedPoint>
This is supported on crate feature
simd_backend
and (target features avx2
or avx512ifma
) and target feature avx512ifma
only.Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl<T> RefUnwindSafe for NafLookupTable8<T> where
T: RefUnwindSafe,
impl<T> Send for NafLookupTable8<T> where
T: Send,
impl<T> Sync for NafLookupTable8<T> where
T: Sync,
impl<T> Unpin for NafLookupTable8<T> where
T: Unpin,
impl<T> UnwindSafe for NafLookupTable8<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn cast(self) -> U
pub fn cast(self) -> U
Numeric cast from self
to T
.
pub fn from_bits(t: T) -> T
pub fn from_bits(t: T) -> T
Safe lossless bitwise transmute from T
to Self
.
pub fn from_cast(t: T) -> T
pub fn from_cast(t: T) -> T
Numeric cast from T
to Self
.
pub fn into_bits(self) -> U
pub fn into_bits(self) -> U
Safe lossless bitwise transmute from self
to T
.