From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com> Date: Mon, 9 Nov 2020 16:39:11 +0000 (+0100) Subject: elligator.py: fix comment typo X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=1ca1323eba497a8e1cbb496fed51f9bc96f107df;p=Monocypher.git elligator.py: fix comment typo --- diff --git a/tests/gen/elligator.py b/tests/gen/elligator.py index 9c419a3..5092435 100644 --- a/tests/gen/elligator.py +++ b/tests/gen/elligator.py @@ -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