aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ed25519/ed25519_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Add another Ed25519 helper to save a few hundred redundant linesJack Lloyd2018-03-201-0/+17
| | | | No impact on performance.
* Add some helpers for handling carries in Ed25519Jack Lloyd2018-03-201-0/+34
|
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
| | | | | | ISO C++ reserves names with double underscores in them Closes #512
* Avoid old style casts in Ed25519Jack Lloyd2017-09-171-13/+5
|
* Fix 32-bit error in Ed25519Jack Lloyd2017-06-091-1/+7
| | | | Blamed VC miscompilation but actually a bug on my part.
* Add Ed25519 implementation based on SUPERCOP ref10Jack Lloyd2017-06-071-0/+70
This work was sponsored by Ribose Inc