[−][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][+]
impl<'a, 'b> Mul<&'b CurvePoint> for &'a Scalar
[src][+]
impl<'a> Neg for &'a CurvePoint
[src][+]
impl Debug for CurvePoint
[src][+]
impl Copy for CurvePoint
[src]
impl Clone for CurvePoint
[src][+]
impl Default for CurvePoint
[src][+]
impl ConstantTimeEq for CurvePoint
[src][+]
impl ConditionallySelectable for CurvePoint
[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>,
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>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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,