Trait curve25519_dalek::traits::Identity [−][src]
pub trait Identity {
fn identity() -> Self;
}
Expand description
Trait for getting the identity element of a point type.
Required methods
Implementors
impl Identity for curve25519_dalek::backend::vector::avx2::edwards::CachedPoint
This is supported on target feature
avx2
and non-target feature avx512ifma
and crate feature simd_backend
and (target features avx2
or avx512ifma
) only.impl Identity for curve25519_dalek::backend::vector::avx2::edwards::ExtendedPoint
This is supported on target feature
avx2
and non-target feature avx512ifma
and crate feature simd_backend
and (target features avx2
or avx512ifma
) only.impl Identity for curve25519_dalek::backend::vector::ifma::edwards::CachedPoint
This is supported on crate feature
simd_backend
and (target features avx2
or avx512ifma
) and target feature avx512ifma
only.impl Identity for curve25519_dalek::backend::vector::ifma::edwards::ExtendedPoint
This is supported on crate feature
simd_backend
and (target features avx2
or avx512ifma
) and target feature avx512ifma
only.