Trait twenty_first::shared_math::traits::CyclicGroupGenerator
source · pub trait CyclicGroupGeneratorwhere
Self: Sized,{
fn get_cyclic_group_elements(&self, max: Option<usize>) -> Vec<Self>;
}
pub trait CyclicGroupGeneratorwhere
Self: Sized,{
fn get_cyclic_group_elements(&self, max: Option<usize>) -> Vec<Self>;
}