From 69895f5f1256f0494ba95bad9f65ab2829237252 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sat, 29 Feb 2020 11:33:45 +0100 Subject: [PATCH] Elligator script: added paper URL --- tests/gen/elligator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gen/elligator.py b/tests/gen/elligator.py index edf5676..ab9c7ff 100755 --- a/tests/gen/elligator.py +++ b/tests/gen/elligator.py @@ -223,6 +223,7 @@ def x25519_public_key(private_key): # Elligator: Elliptic-curve points indistinguishable from uniform random strings # by Daniel J. Bernstein, Mike Hamburg, Anna Krasnova, and Tanja Lange # 2013 +# https://elligator.cr.yp.to/ # Arbitrary non square, typically chosen to minimise computation. # 2 and sqrt(-1) both work fairly well, but 2 seems to be more popular. -- 2.47.3