Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add another Ed25519 helper to save a few hundred redundant lines | Jack Lloyd | 2018-03-20 | 1 | -0/+17 |
| | | | | No impact on performance. | ||||
* | Add some helpers for handling carries in Ed25519 | Jack Lloyd | 2018-03-20 | 1 | -0/+34 |
| | |||||
* | Change header guard format to BOTAN_FOO_H_ | Jack Lloyd | 2017-09-20 | 1 | -2/+2 |
| | | | | | | ISO C++ reserves names with double underscores in them Closes #512 | ||||
* | Avoid old style casts in Ed25519 | Jack Lloyd | 2017-09-17 | 1 | -13/+5 |
| | |||||
* | Fix 32-bit error in Ed25519 | Jack Lloyd | 2017-06-09 | 1 | -1/+7 |
| | | | | Blamed VC miscompilation but actually a bug on my part. | ||||
* | Add Ed25519 implementation based on SUPERCOP ref10 | Jack Lloyd | 2017-06-07 | 1 | -0/+70 |
This work was sponsored by Ribose Inc |