pub type MontgomeryInt<T> = ReducedInt<T, Montgomery<T, T>>;
Expand description

An integer in modulo ring based on Montgomery form