Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid old style casts in Ed25519 | Jack Lloyd | 2017-09-17 | 2 | -270/+262 |
* | Use constant_time_compare instead of same_mem | Jack Lloyd | 2017-09-16 | 1 | -1/+1 |
* | escape \Z in doxygen comment causing doxygen warning (and in turn error), fix... | Zoltan Gyarmati | 2017-07-01 | 1 | -1/+1 |
* | Replaced USE_NULL_PARAM (0x05 0x00) by an empty vector (nothing) | Francis Dupont | 2017-06-12 | 1 | -1/+4 |
* | Fixed private key code | Francis Dupont | 2017-06-12 | 2 | -12/+9 |
* | Fixed public key code for *25519 | Francis Dupont | 2017-06-12 | 1 | -9/+2 |
* | Fix 32-bit error in Ed25519 | Jack Lloyd | 2017-06-09 | 3 | -24/+21 |
* | Add missing overrides | Jack Lloyd | 2017-06-08 | 1 | -2/+2 |
* | Disable Ed25519 under Visual C++ | Jack Lloyd | 2017-06-08 | 1 | -0/+7 |
* | Fix inverted conditional | Jack Lloyd | 2017-06-08 | 1 | -1/+1 |
* | Avoid move operators in MSVC2013 | Jack Lloyd | 2017-06-07 | 1 | -2/+6 |
* | Add Ed25519 key type and tests | Jack Lloyd | 2017-06-07 | 3 | -24/+359 |
* | Add Ed25519 implementation based on SUPERCOP ref10 | Jack Lloyd | 2017-06-07 | 9 | -0/+4379 |