aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ed25519/ed25519.h
Commit message (Expand)AuthorAgeFilesLines
* Add Private_Key::public_keyJack Lloyd2020-11-281-0/+2
* Add support for RFC 8032 Ed25519phJack Lloyd2019-06-201-2/+4
* Handle invalid public key length in Ed25519Jack Lloyd2019-03-031-11/+4
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Complete the final annotation changesJack Lloyd2017-09-191-2/+2
* Fixed private key codeFrancis Dupont2017-06-121-1/+1
* Add Ed25519 key type and testsJack Lloyd2017-06-071-10/+96
* Add Ed25519 implementation based on SUPERCOP ref10Jack Lloyd2017-06-071-0/+32