Trait cryptix_field::field::MulInverse
source · pub trait MulInverse: MulIdentity {
// Required method
fn mul_inv(self) -> Self;
}Required Methods§
Implementors§
impl<I, M> MulInverse for FpElement<I, M>where I: BigIntOpsExt, M: Montgomery<I>,
The montgomery trait bound restricts the modular to odd prime