Trait cryptix_field::group::AddIdentity
source · pub trait AddIdentity: Sized + Add<Output = Self> {
const ADD_IDENTITY: Self;
const ZERO: Self = Self::ADD_IDENTITY;
}Required Associated Constants§
sourceconst ADD_IDENTITY: Self
const ADD_IDENTITY: Self
the identity of mod add operation, typically zero