Trait curve25519_dalek::traits::Identity [−][src]
Trait for getting the identity element of a point type.
Trait for getting the identity element of a point type.
impl Identity for CompressedEdwardsY
[src]fn identity() -> CompressedEdwardsY
[src]impl Identity for EdwardsPoint
[src]fn identity() -> EdwardsPoint
[src]impl Identity for CompressedRistretto
[src]fn identity() -> CompressedRistretto
[src]impl Identity for RistrettoPoint
[src]fn identity() -> RistrettoPoint
[src]