]> git.codecow.com Git - Monocypher.git/commitdiff
Elligator script: whitespace nitpick
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 23 Feb 2020 14:52:00 +0000 (15:52 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 23 Feb 2020 14:52:00 +0000 (15:52 +0100)
tests/gen/elligator.py

index 994f9f15ab7d9d482ff9def5b8b76e8ff48311c4..12d038ea9f0b8e2be5c2cb5fa64cad88c4eaf5ce 100755 (executable)
@@ -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('')