aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto_ed25519.h
AgeCommit message (Expand)Author
2015-07-31Move formatting functions around.Nick Mathewson
2015-07-06Integrate and enable ed25519-donna.Yawning Angel
2015-06-01Appease make check-spacesAndrea Shepard
2015-05-28Note some functions that should move or be mergedNick Mathewson
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-10-27Remove configure option to disable curve25519Sebastian Hahn
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-25Add encode/decode functions for ed25519 public keysNick Mathewson
2014-09-25Another ed25519 tweak: store secret keys in expanded formatNick Mathewson
2014-09-25Add Ed25519 support, wrappers, and tests.Nick Mathewson