Trait curve25519_dalek::traits::IsIdentity [] [src]

pub trait IsIdentity {
    fn is_identity(&self) -> bool;
}

Trait for testing if a curve point is equivalent to the identity point.

Required Methods

Return true if this element is the identity element of the curve.

Implementors