aboutsummaryrefslogtreecommitdiff
path: root/src/test/slow_ed25519.py
AgeCommit message (Collapse)Author
2020-07-13Bug 31812: Change http URL's to httpsJeremyRand
2019-12-12python: Add __future__ imports for python 3 compatibilityteor
Except for src/ext, which we may not want to modify. Closes ticket 32732.
2014-09-25Add a reference implementation of our ed25519 modificationsNick Mathewson
Also, use it to generate test vectors, and add those test vectors to test_crypto.c This is based on ed25519.py from the ed25519 webpage; the kludgy hacks are my own.
2014-09-25Add the pure-python ed25519 implementation, for testing.Nick Mathewson