Struct curve25519_dalek::backend::vector::ifma::edwards::ExtendedPoint [−][src]
pub struct ExtendedPoint(pub(super) F51x4Unreduced);This is supported on crate feature
simd_backend and (target features avx2 or avx512ifma) and target feature avx512ifma only.Tuple Fields
0: F51x4UnreducedImplementations
Trait Implementations
Add an ExtendedPoint and a CachedPoint.
type Output = ExtendedPoint
type Output = ExtendedPoint
The resulting type after applying the + operator.
Returns the “default value” for a type. Read more
Performs the conversion.
Performs the conversion.
Performs the conversion.
Returns the identity element of the curve. Can be used as a constructor. Read more
Implement subtraction by negating the point and adding.
type Output = ExtendedPoint
type Output = ExtendedPoint
The resulting type after applying the - operator.
Auto Trait Implementations
impl RefUnwindSafe for ExtendedPoint
impl Send for ExtendedPoint
impl Sync for ExtendedPoint
impl Unpin for ExtendedPoint
impl UnwindSafe for ExtendedPoint
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.