aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ed25519/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix 32-bit error in Ed25519Jack Lloyd2017-06-091-7/+0
| | | | Blamed VC miscompilation but actually a bug on my part.
* Disable Ed25519 under Visual C++Jack Lloyd2017-06-081-0/+7
| | | | Miscompiles on x86-32, even with VS2017
* Add Ed25519 implementation based on SUPERCOP ref10Jack Lloyd2017-06-071-0/+17
This work was sponsored by Ribose Inc