We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
almost_montgomery_mul
1 parent 38df762 commit e08a2d0Copy full SHA for e08a2d0
src/modular/boxed_monty_form/pow.rs
@@ -113,7 +113,7 @@ fn pow_montgomery_form(
113
114
// Ensure the output is properly reduced.
115
//
116
- // Using the properties of `almost_mongtomery_mul()` (see its documentation):
+ // Using the properties of `almost_montgomery_mul()` (see its documentation):
117
// - We have an incoming `x` which is fully reduced (`floor(x / modulus) = 0`).
118
// - We build an array of `powers` which are produced by multiplying the previous power by `x`,
119
// so for each power `floor(power / modulus) <= 1`.
0 commit comments