[−][src]Struct curve25519_dalek::backend::serial::curve_models::AffineNielsPoint
A pre-computed point in the affine model for the curve, represented as \((y+x, y-x, 2dxy)\) in "Niels coordinates".
More details on the relationships between the different curve models can be found in the module-level documentation.
Fields
y_plus_x: FieldElement51
y_minus_x: FieldElement51
xy2d: FieldElement51
Trait Implementations
impl<'a, 'b> Add<&'b AffineNielsPoint> for &'a EdwardsPoint
[src]
type Output = CompletedPoint
The resulting type after applying the +
operator.
fn add(self, other: &'b AffineNielsPoint) -> CompletedPoint
[src]
impl Clone for AffineNielsPoint
[src]
fn clone(&self) -> AffineNielsPoint
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl ConditionallySelectable for AffineNielsPoint
[src]
fn conditional_select(a: &Self, b: &Self, choice: Choice) -> Self
[src]
fn conditional_assign(&mut self, other: &Self, choice: Choice)
[src]
fn conditional_swap(a: &mut Self, b: &mut Self, choice: Choice)
[src]
impl Copy for AffineNielsPoint
[src]
impl Debug for AffineNielsPoint
[src]
impl Default for AffineNielsPoint
[src]
fn default() -> AffineNielsPoint
[src]
impl Eq for AffineNielsPoint
[src]
fn assert_receiver_is_total_eq(&self)
[src]
impl Identity for AffineNielsPoint
[src]
fn identity() -> AffineNielsPoint
[src]
impl<'a> Neg for &'a AffineNielsPoint
[src]
type Output = AffineNielsPoint
The resulting type after applying the -
operator.
fn neg(self) -> AffineNielsPoint
[src]
impl PartialEq<AffineNielsPoint> for AffineNielsPoint
[src]
fn eq(&self, other: &AffineNielsPoint) -> bool
[src]
fn ne(&self, other: &AffineNielsPoint) -> bool
[src]
impl StructuralEq for AffineNielsPoint
[src]
impl StructuralPartialEq for AffineNielsPoint
[src]
impl<'a, 'b> Sub<&'b AffineNielsPoint> for &'a EdwardsPoint
[src]
type Output = CompletedPoint
The resulting type after applying the -
operator.
fn sub(self, other: &'b AffineNielsPoint) -> CompletedPoint
[src]
impl Zeroize for AffineNielsPoint
[src]
Auto Trait Implementations
impl RefUnwindSafe for AffineNielsPoint
impl Send for AffineNielsPoint
impl Sync for AffineNielsPoint
impl Unpin for AffineNielsPoint
impl UnwindSafe for AffineNielsPoint
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,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> Cast<U> for T where
U: FromCast<T>,
U: FromCast<T>,
fn cast(self) -> U
impl<T> ConditionallyNegatable for T where
T: ConditionallySelectable,
&'a T: Neg,
<&'a T as Neg>::Output == T,
[src]
T: ConditionallySelectable,
&'a T: Neg,
<&'a T as Neg>::Output == T,
fn conditional_negate(&mut self, choice: Choice)
[src]
impl<T> From<T> for T
[src]
impl<T> FromBits<T> for T
fn from_bits(t: T) -> T
impl<T> FromCast<T> for T
fn from_cast(t: T) -> T
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> IntoBits<U> for T where
U: FromBits<T>,
U: FromBits<T>,
fn into_bits(self) -> U
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
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 = !
The type returned in the event of a conversion error.
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.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<Z> Zeroize for Z where
Z: DefaultIsZeroes,
[src]
Z: DefaultIsZeroes,