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