diff options
Diffstat (limited to 'src/test/slow_ed25519.py')
-rw-r--r-- | src/test/slow_ed25519.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/test/slow_ed25519.py b/src/test/slow_ed25519.py index 338007951a..f44708b200 100644 --- a/src/test/slow_ed25519.py +++ b/src/test/slow_ed25519.py @@ -2,7 +2,11 @@ # http://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. +# It isn't constant-time. Don't use it except for testing. Also, see +# warnings about how very slow it is. Only use this for generating +# test vectors, I'd suggest. +# +# Don't edit this file. Mess with ed25519_ref.py import hashlib |