Trait cry::primitive::point::DisLogPoint [−][src]
Point trait.
Point trait.
type Scalar: ScalarNumber[src]fn zero() -> Self[src]fn one() -> Self[src]fn basepoint() -> Self[src]fn add(&self, rhs: &Self) -> Self[src]fn mul(&self, rhs: &Self::Scalar) -> Self[src]fn neg(&self) -> Self[src]fn eq(&self, o: &Self) -> bool[src]impl DisLogPoint for Point[src]