aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto_curve25519.h
AgeCommit message (Expand)Author
2018-01-19Add crypto_openssl_mgt.[ch] for compiling dependencies.Fernando Fernandez Mancera
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-07-31Move formatting functions around.Nick Mathewson
2015-07-06Integrate the accelerated Curve25519 scalar basemult.Yawning Angel
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-25Support for writing ed25519 public/private components to disk.Nick Mathewson
2014-09-25Add Ed25519 support, wrappers, and tests.Nick Mathewson
2014-02-07Explain CURVE25519_ENABLED: closes 9774Nick Mathewson
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-02-04Fix compilation with --disable-curve25519 optionNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-05Make the = at the end of ntor-onion-key optional.Nick Mathewson
2013-01-03Check all crypto_rand return values for ntor.Nick Mathewson
2013-01-02Move curve25519 keypair type to src/common; give it functionsNick Mathewson
2013-01-02Add a wrapper around, and test and build support for, curve25519.Nick Mathewson