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