From: Niels Möller Date: Thu, 5 Feb 2004 19:20:08 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: nettle_1.9_release_20040207~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d661a5a6bbf10ae144568159a7ff8b74f071a851;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.234 --- diff --git a/ChangeLog b/ChangeLog index 30f84e2f..4ad068d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2004-02-05 Niels Möller + * examples/nettle-benchmark.c (bench_hash, time_hash): New functions. + (main): Benchmark hash functions too. + (BENCH_BLOCK): Increased 10K. + (BENCH_INTERVAL): Decreased to 0.25s. + + * examples/nettle-benchmark.c (time_function): Loop around calling + f, until 1s has elapsed. Returns seconds per call. Updated bench + functions to not loop themselves. + (display): Updated MB/s calculation. + * testsuite/arcfour-test.c (test_main): Use test_cipher_stream. * testsuite/testutils.c (test_cipher_stream): New function, that