aboutsummaryrefslogtreecommitdiff
path: root/src/ext/ed25519/ref10/base2.py
AgeCommit message (Collapse)Author
2020-01-28Use print() function in both Python 2 and Python 3cclauss
2019-12-12src/ext: Add __future__ imports for python 3 compatibilityteor
Closes ticket 32732.
2014-08-26Add the ed25519 ref10 code verbatim from supercop-20140622Nick Mathewson
We might use libsodium or ed25519-donna later on, but for now, let's see whether this is fast enough. We should use it in all cases when performance doesn't matter.