summaryrefslogtreecommitdiff
path: root/tests/t-ed25519.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-18tests: Fix testsuite after the FIPS adjustments.Vitezslav Cizek1-0/+4
2015-04-15tests: Improve stopwatch.hWerner Koch1-1/+1
2014-07-25ecc: Support the non-standard 0x40 compression flag for EdDSA.Werner Koch1-1/+1
2013-11-05ecc: Require "eddsa" flag for curve Ed25519.Werner Koch1-0/+3
2013-10-24ecc: Change algorithm for Ed25519 x recovery.Werner Koch1-7/+23
2013-09-24ecc: Allow the use of an uncompressed public key.Werner Koch1-2/+4
2013-09-19tests: Beautify some diagnostics.Werner Koch1-3/+23
2013-09-19pk: Move s-expr creation for sign and encrypt to the modules.Werner Koch1-1/+1
2013-09-16ecc: Implement Curve Ed25519 signing and verification.Werner Koch1-0/+519