pub type FixedMontgomeryInt32<const P: u32> = ReducedInt<u32, FixedMontgomery32<P>>;Expand description
An integer in modulo ring based on Montgomery form with a fixed 32-bit modulus
Aliased Typeยง
pub struct FixedMontgomeryInt32<const P: u32> { /* private fields */ }