Speed up the curve25519 unit test by doing fewer iterations
commitffd6e557cbd0754dc26808dadf721227c8047788
authorNick Mathewson <nickm@torproject.org>
Mon, 11 Feb 2013 18:55:42 +0000 (11 13:55 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 11 Feb 2013 18:55:42 +0000 (11 13:55 -0500)
tree937f2e25bd6ff78e82a45535e1248c6439d948b0
parent01184f164f027aa4e34a9f6b90c01120040f63cb
Speed up the curve25519 unit test by doing fewer iterations

This test was accounting for about 2/3 of our unit tests' runtime,
even on systems with a fast curve25519.  No test should take so long.
src/test/test_crypto.c