From: Loup Vaillant Date: Sat, 29 Feb 2020 10:33:45 +0000 (+0100) Subject: Elligator script: added paper URL X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=69895f5f1256f0494ba95bad9f65ab2829237252;p=Monocypher.git Elligator script: added paper URL --- 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.