summaryrefslogtreecommitdiff
path: root/src/common/crypto_ed25519.c
AgeCommit message (Expand)Author
2015-12-23Always test both ed25519 backends.Nick Mathewson
2015-12-08Always hash crypto_strongest_rand() along with some prngNick Mathewson
2015-10-21Fix a memory leak; bug 17398.Nick Mathewson
2015-08-12Use ed25519-donna's batch verification support when applicable.Yawning Angel
2015-07-31Move formatting functions around.Nick Mathewson
2015-07-15Add more EINVAL errno setting on key read failuresNick Mathewson
2015-07-06Integrate and enable ed25519-donna.Yawning Angel
2015-05-28Implement ed25519-signed descriptorsNick Mathewson
2015-05-28prop220: Implement certificates and key storage/creationNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-25Comments and tweaks based on review by asnNick Mathewson
2014-09-25More documentation for ed25519 stuff.Nick Mathewson
2014-09-25Draft implementation for ed25519 key blinding, as in prop224Nick Mathewson
2014-09-25Add curve25519->ed25519 key conversion per proposal 228Nick Mathewson
2014-09-25Support for writing ed25519 public/private components to disk.Nick Mathewson
2014-09-25Restore the operation of extra_strong in ed25519_secret_key_generateNick Mathewson
2014-09-25Another ed25519 tweak: store secret keys in expanded formatNick Mathewson
2014-09-25Fix API for ed25519_ref10_open()Nick Mathewson
2014-09-25Tweak ed25519 ref10 signing interface to use less space.Nick Mathewson
2014-09-25Add Ed25519 support, wrappers, and tests.Nick Mathewson