math/mpreduce.h: Missing include files.
[u/mdw/catacomb] / README.mp
index 24c0588..8a276c4 100644 (file)
--- 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
@@ -340,8 +340,7 @@ Conclusion
        maths library.  I hope it's provided enough background that the
        comments start making sense.
 
---
-[mdw]
+-- [mdw]
 
 \f
 Local variables: