]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Equation typo fix.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 24 Aug 2014 18:58:38 +0000 (20:58 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 24 Aug 2014 18:58:38 +0000 (20:58 +0200)
misc/ecc-formulas.tex

index 4691cc25c07e248d7eade4b7f204c774a6f6d925..5b7e99c977526cd6abf89cc8fc101085da9e84c1 100644 (file)
@@ -14,7 +14,7 @@
 
 Consider only the special case
 \begin{equation*}
-  y^2 = x^3 - 3x + b (mod p)     
+  y^2 = x^3 - 3x + b \pmod{p}
 \end{equation*}
 See \url{http://www.hyperelliptic.org/EFD/g1p/auto-shortw.html}.