aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto_curve25519.c
AgeCommit message (Expand)Author
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-25Fix on that last fix.Nick Mathewson
2014-09-25Fix warnings on 32-bit builds.Nick Mathewson
2014-09-25Comments and tweaks based on review by asnNick Mathewson
2014-09-25Support for writing ed25519 public/private components to disk.Nick Mathewson
2014-09-25Add Ed25519 support, wrappers, and tests.Nick Mathewson
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-03-23Avoid clang warnings from implicit off_t->size_t castNick Mathewson
2013-02-07Tolerate curve25519 backends where the high bit of the pk isn't ignoredNick Mathewson
2013-02-04Fix compilation with --disable-curve25519 optionNick Mathewson
2013-01-31typo in crypto_curve25519.c comment, spotted by rransomNick Mathewson
2013-01-16Check for nacl headers in nacl/ subdirNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-15Clean up odds and endsRoger Dingledine
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-03Use safe_mem_is_zero for checking curve25519 output for 0-nessNick Mathewson
2013-01-02Move curve25519 keypair type to src/common; give it functionsNick Mathewson
2013-01-02Refactor strong os-RNG into its own functionNick Mathewson
2013-01-02Add a wrapper around, and test and build support for, curve25519.Nick Mathewson