pub trait OnCurve {
// Required method
fn is_on_curve(&self) -> Choice;
}
Expand description
Checks whether the point is on curve
Required Methods§
Sourcefn is_on_curve(&self) -> Choice
fn is_on_curve(&self) -> Choice
Checks whether the point is on curve