aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ed25519
Commit message (Collapse)AuthorAgeFilesLines
* escape \Z in doxygen comment causing doxygen warning (and in turn error), ↵Zoltan Gyarmati2017-07-011-1/+1
| | | | fixes #1102
* Replaced USE_NULL_PARAM (0x05 0x00) by an empty vector (nothing)Francis Dupont2017-06-121-1/+4
|
* Fixed private key codeFrancis Dupont2017-06-122-12/+9
|
* Fixed public key code for *25519Francis Dupont2017-06-121-9/+2
|
* Fix 32-bit error in Ed25519Jack Lloyd2017-06-093-24/+21
| | | | Blamed VC miscompilation but actually a bug on my part.
* Add missing overridesJack Lloyd2017-06-081-2/+2
|
* Disable Ed25519 under Visual C++Jack Lloyd2017-06-081-0/+7
| | | | Miscompiles on x86-32, even with VS2017
* Fix inverted conditionalJack Lloyd2017-06-081-1/+1
|
* Avoid move operators in MSVC2013Jack Lloyd2017-06-071-2/+6
|
* Add Ed25519 key type and testsJack Lloyd2017-06-073-24/+359
| | | | This work was sponsored by Ribose Inc
* Add Ed25519 implementation based on SUPERCOP ref10Jack Lloyd2017-06-079-0/+4379
This work was sponsored by Ribose Inc