Trait zero_crypto::behave::Field

source ·
pub trait Field: Ring + Mul<Output = Self> + MulAssign + Div<Output = Self> + DivAssign { }
Expand description

This is field trait This has inverse for all element and operation

Implementors