Trait curve25519_dalek::edwards::ValidityCheck [] [src]

pub trait ValidityCheck {
    fn is_valid(&self) -> bool;
}

Trait for checking whether a point is on the curve

Required Methods

Checks whether the point is on the curve. Not CT.

Implementors