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