Trait curve25519_dalek::edwards::Identity
[−]
[src]
pub trait Identity { fn identity() -> Self; }
Trait for curve point types which have an identity constructor.
Required Methods
fn identity() -> Self
Returns the identity element of the curve. Can be used as a constructor.
Implementors
impl Identity for CompressedEdwardsY
impl Identity for ExtendedPoint
impl Identity for ProjectivePoint
impl Identity for ProjectiveNielsPoint
impl Identity for AffineNielsPoint
impl Identity for MontgomeryPoint
impl Identity for CompressedRistretto
impl Identity for RistrettoPoint