pub trait Identity {
// Required method
fn identity() -> Self;
}Expand description
Trait for getting the identity element of a point type.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl Identity for AffineNielsPoint
Available on
docsrs only.impl Identity for CachedPoint
Available on
curve25519_dalek_backend=simd and docsrs and nightly only.impl Identity for CompressedEdwardsY
impl Identity for CompressedRistretto
impl Identity for EdwardsPoint
impl Identity for ExtendedPoint
Available on
curve25519_dalek_backend=simd and docsrs and nightly only.impl Identity for MontgomeryPoint
impl Identity for ProjectiveNielsPoint
Available on
docsrs only.impl Identity for ProjectivePoint
Available on
docsrs only.