aboutsummaryrefslogtreecommitdiff
path: root/src/test/slow_ed25519.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/slow_ed25519.py')
-rw-r--r--src/test/slow_ed25519.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/slow_ed25519.py b/src/test/slow_ed25519.py
index afad678000..be4eeab857 100644
--- a/src/test/slow_ed25519.py
+++ b/src/test/slow_ed25519.py
@@ -1,5 +1,5 @@
# This is the ed25519 implementation from
-# http://ed25519.cr.yp.to/python/ed25519.py .
+# https://ed25519.cr.yp.to/python/ed25519.py .
# It is in the public domain.
#
# It isn't constant-time. Don't use it except for testing. Also, see