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