Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-16 | Update slow_ed25519.py to work with python 3. | Nick Mathewson | |
2020-07-13 | Bug 31812: Change http URL's to https | JeremyRand | |
2019-12-12 | python: Add __future__ imports for python 3 compatibility | teor | |
Except for src/ext, which we may not want to modify. Closes ticket 32732. | |||
2014-09-25 | Add a reference implementation of our ed25519 modifications | Nick 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-25 | Add the pure-python ed25519 implementation, for testing. | Nick Mathewson | |