]> git.codecow.com Git - Monocypher.git/commitdiff
elligator.py: fix comment typo
authorFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Mon, 9 Nov 2020 16:39:11 +0000 (17:39 +0100)
committerFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Mon, 9 Nov 2020 16:39:11 +0000 (17:39 +0100)
tests/gen/elligator.py

index 9c419a3876f226b99a9854503405b65e723fed9e..50924355aedbbb35851ae471228b04fb18edf373 100644 (file)
@@ -256,7 +256,7 @@ def invsqrt(x):
 # u = e*w - (fe(1)-e)*(A//2)
 # v = -e * sqrt(u^3 + A*u^2 + u)
 #
-# Note that e is eiter 0, 1 or -1
+# Note that e is either 0, 1 or -1
 # if e = 0
 #   (u, v) = (0, 0)
 # if e = 1