Trait zero_crypto::behave::Field

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

field trait which ensures the existence of inverse for both multiplicative and additive arithmetic hence field supports division for any element

Implementors§