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