From ef66207a8dd6518d00c232b34cf72840521265f4 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sun, 23 Feb 2020 15:52:00 +0100 Subject: [PATCH] Elligator script: whitespace nitpick --- 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 994f9f1..12d038e 100755 --- a/tests/gen/elligator.py +++ b/tests/gen/elligator.py @@ -299,6 +299,6 @@ vectors = read_test_vectors() for v in vectors: private = v[0] public = v[1] - print('') full_cycle_check(private, public) + print('') -- 2.47.3