aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto_ed25519.c
AgeCommit message (Expand)Author
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