Trait zero_crypto::behave::Ring

source ·
pub trait Ring: Group + Add<Output = Self> + AddAssign + Neg<Output = Self> + Sub<Output = Self> + SubAssign + Sized { }
Expand description

This is ring trait This has add, mul and sub operation

Implementors