[−][src]Struct salty::CurvePoint
These represent the (X,Y,Z,T) coordinates
Methods
impl CurvePoint
[src]
pub fn basepoint() -> CurvePoint
[src]
pub fn neutral_element() -> CurvePoint
[src]
pub fn compressed(&self) -> CompressedY
[src]
Trait Implementations
impl PartialEq<CurvePoint> for CurvePoint
[src]
impl<'a, 'b> Add<&'b CurvePoint> for &'a CurvePoint
[src]
type Output = CurvePoint
The resulting type after applying the +
operator.
fn add(self, other: &'b CurvePoint) -> Self::Output
[src]
impl<'a, 'b> Mul<&'b CurvePoint> for &'a Scalar
[src]
type Output = CurvePoint
The resulting type after applying the *
operator.
fn mul(self, point: &'b CurvePoint) -> CurvePoint
[src]
impl<'a> Neg for &'a CurvePoint
[src]
type Output = CurvePoint
The resulting type after applying the -
operator.
fn neg(self) -> CurvePoint
[src]
impl Debug for CurvePoint
[src]
impl Copy for CurvePoint
[src]
impl Clone for CurvePoint
[src]
fn clone(&self) -> CurvePoint
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for CurvePoint
[src]
fn default() -> CurvePoint
[src]
impl ConstantTimeEq for CurvePoint
[src]
impl ConditionallySelectable for CurvePoint
[src]
fn conditional_select(p: &Self, q: &Self, choice: Choice) -> Self
[src]
fn conditional_swap(p: &mut Self, q: &mut Self, choice: Choice)
[src]
fn conditional_assign(&mut self, other: &Self, choice: Choice)
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
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> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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<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> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
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,