aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto_curve25519.c
Commit message (Expand)AuthorAge
* Completely refactor how FILENAME_PRIVATE worksNick Mathewson2013-07-10
* Avoid clang warnings from implicit off_t->size_t castNick Mathewson2013-03-23
* Tolerate curve25519 backends where the high bit of the pk isn't ignoredNick Mathewson2013-02-07
* Fix compilation with --disable-curve25519 optionNick Mathewson2013-02-04
* typo in crypto_curve25519.c comment, spotted by rransomNick Mathewson2013-01-31
* Check for nacl headers in nacl/ subdirNick Mathewson2013-01-16
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Clean up odds and endsRoger Dingledine2013-01-15
* Make the = at the end of ntor-onion-key optional.Nick Mathewson2013-01-05
* Check all crypto_rand return values for ntor.Nick Mathewson2013-01-03
* Use safe_mem_is_zero for checking curve25519 output for 0-nessNick Mathewson2013-01-03
* Move curve25519 keypair type to src/common; give it functionsNick Mathewson2013-01-02
* Refactor strong os-RNG into its own functionNick Mathewson2013-01-02
* Add a wrapper around, and test and build support for, curve25519.Nick Mathewson2013-01-02