From 1ca1323eba497a8e1cbb496fed51f9bc96f107df Mon Sep 17 00:00:00 2001 From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com> Date: Mon, 9 Nov 2020 17:39:11 +0100 Subject: [PATCH] elligator.py: fix comment typo --- tests/gen/elligator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3