X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/ee62fa1614e4f21271339577d45588a92a60502f..7fb0660b6d7237a7ec859459b2e511eebc0dcdb5:/README.mp diff --git a/README.mp b/README.mp index 63bcbed..8a276c4 100644 --- a/README.mp +++ b/README.mp @@ -243,7 +243,7 @@ Modular multiplication and exponentiation value x R^{-1} mod m. That doesn't sound very useful, does it? Things start looking more hopeful when you multiply your inputs - by R. (There's a clever way of doing that: see below.) To + by R. (There's a clever way of doing that: see below.) To compute xy mod m, you can first calculate xR and yR, multiply them together to get xyR^2, and do a Montgomery reduction to get xyR^2 R^{-1} mod m. Then the R^{-1} cancels one of the Rs and