Trait cryptix_field::group::Group
source · pub trait Group: Sized + Add<Output = Self> + AssociativeAdd + AddIdentity + Neg<Output = Self> { }Expand description
A group on addition arithmetic
This arithmetic should satisfy the following propertise
- the set should be closed under addition
- the addition should be associativity
- the identity should exist
- there exists inverse of group element