Trait crypto_bigint::prelude::Invert
source · pub trait Invert: Sized {
type Output;
// Required method
fn invert(&self) -> Self::Output;
}
Expand description
Constant-time inversion.
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.