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