Trait OnCurve

Source
pub trait OnCurve {
    // Required method
    fn is_on_curve(&self) -> Choice;
}
Expand description

Checks whether the point is on curve

Required Methods§

Source

fn is_on_curve(&self) -> Choice

Checks whether the point is on curve

Implementors§