Struct curve25519_dalek::backend::vector::ifma::field::F51x4Reduced [−][src]
This is supported on crate feature
simd_backend
and (target features avx2
or avx512ifma
) and target feature avx512ifma
only.Expand description
A vector of four field elements in radix 2^51, with reduced coefficients.
Tuple Fields
0: [u64x4; 5]
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
type Output = F51x4Unreduced
type Output = F51x4Unreduced
The resulting type after applying the *
operator.
Performs the *
operation. Read more
type Output = F51x4Reduced
type Output = F51x4Reduced
The resulting type after applying the -
operator.
Performs the unary -
operation. Read more
Auto Trait Implementations
impl RefUnwindSafe for F51x4Reduced
impl Send for F51x4Reduced
impl Sync for F51x4Reduced
impl Unpin for F51x4Reduced
impl UnwindSafe for F51x4Reduced
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
.