aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ed25519/ed25519_key.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for RFC 8032 Ed25519phJack Lloyd2019-06-201-8/+35
* Handle invalid public key length in Ed25519Jack Lloyd2019-03-031-3/+16
* Fix some warnings from PVS-StudioJack Lloyd2019-01-171-1/+1
* Add PK_Signer::signature_lengthJack Lloyd2018-08-101-0/+4
* Make use of AlgorithmIdentifier::USE_EMPTY_PARAMJack Lloyd2018-07-101-4/+1
* More header cleanupsJack Lloyd2017-09-231-0/+1
* Apply final annotations to the library alsoJack Lloyd2017-09-221-4/+4
* 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