Type Definition num_modular::MontgomeryInt
source · [−]pub type MontgomeryInt<T> = ReducedInt<T, Montgomery<T, T>>;
Expand description
An integer in modulo ring based on Montgomery form
pub type MontgomeryInt<T> = ReducedInt<T, Montgomery<T, T>>;
An integer in modulo ring based on Montgomery form