aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ed25519/ed25519.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for RFC 8032 Ed25519phJack Lloyd2019-06-201-3/+8
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-171-2/+2
* More header cleanupsJack Lloyd2017-09-231-0/+1
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* Add Ed25519 key type and testsJack Lloyd2017-06-071-14/+10
* Add Ed25519 implementation based on SUPERCOP ref10Jack Lloyd2017-06-071-0/+100