Trait SmallFactor

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

Checks whether a point has small factor

Required Methods§

Source

fn is_torsion_free(&self) -> Choice

Checks whether a point has no small factor

Implementors§