pub fn identity<G>(generators: &Vec<G>) -> Gwhere
G: GroupElement,Expand description
Calculate an identity element for a set of generators. Assume that set is non empty, panics otherwise.
pub fn identity<G>(generators: &Vec<G>) -> Gwhere
G: GroupElement,Calculate an identity element for a set of generators. Assume that set is non empty, panics otherwise.