aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ed25519
Commit message (Expand)AuthorAgeFilesLines
* Avoid old style casts in Ed25519Jack Lloyd2017-09-172-270/+262
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* escape \Z in doxygen comment causing doxygen warning (and in turn error), fix...Zoltan Gyarmati2017-07-011-1/+1
* 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
* Add missing overridesJack Lloyd2017-06-081-2/+2
* Disable Ed25519 under Visual C++Jack Lloyd2017-06-081-0/+7
* 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
* Add Ed25519 implementation based on SUPERCOP ref10Jack Lloyd2017-06-079-0/+4379