pub trait MulInverse: MulIdentity {
    // Required method
    fn mul_inv(self) -> Self;
}

Required Methods§

source

fn mul_inv(self) -> Self

Implementors§

source§

impl<I, M> MulInverse for FpElement<I, M>where I: BigIntOpsExt, M: Montgomery<I>,

The montgomery trait bound restricts the modular to odd prime