pub trait CyclicGroupGeneratorwhere
    Self: Sized,
{ fn get_cyclic_group_elements(&self, max: Option<usize>) -> Vec<Self>; }

Required Methods§

Implementors§