pub type MontgomeryInt<T> = ReducedInt<T, Montgomery<T>>;Expand description
An integer in modulo ring based on Montgomery form
Aliased Typeยง
pub struct MontgomeryInt<T> { /* private fields */ }pub type MontgomeryInt<T> = ReducedInt<T, Montgomery<T>>;An integer in modulo ring based on Montgomery form
pub struct MontgomeryInt<T> { /* private fields */ }