Trait curve25519_dalek::traits::IsIdentity [−][src]
Trait for testing if a curve point is equivalent to the identity point.
Required methods
fn is_identity(&self) -> bool
[src][−]
Return true if this element is the identity element of the curve.
Implementors
impl<T> IsIdentity for T where
T: ConstantTimeEq + Identity,
[src][+]
T: ConstantTimeEq + Identity,