aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ed25519/ed25519_key.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replaced USE_NULL_PARAM (0x05 0x00) by an empty vector (nothing)Francis Dupont2017-06-121-1/+4
* Fixed private key codeFrancis Dupont2017-06-121-11/+8
* Fixed public key code for *25519Francis Dupont2017-06-121-9/+2
* Add missing overridesJack Lloyd2017-06-081-2/+2
* Add Ed25519 key type and testsJack Lloyd2017-06-071-0/+253