Trait generic_ec_core::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§