]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Wed, 10 Oct 2001 16:16:33 +0000 (18:16 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 10 Oct 2001 16:16:33 +0000 (18:16 +0200)
Rev: src/nettle/ChangeLog:1.38

ChangeLog

index 2f0cb36a6ea0d10500cbcde9fb8228a8900e7f0a..16d07291fd13974231a8995635dfb376c6b71087 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2001-10-10  Niels Möller  <nisse@ehand.com>
+
+       * testsuite/yarrow-test.c: Open rfc1750.txt. Hash input and
+       output, and compare to expected values.
+
+       * testsuite/Makefile.am (CFLAGS): Don't disable optimization.
+       (run-tests): Set srcdir in the environment when running run-tests. 
+
+       * testsuite/rfc1750.txt: Added this rfc as test input for yarrow. 
+
+       * yarrow_key_event.c (yarrow_key_event_estimate): Check if
+       previous is zero.
+       (yarrow_key_event_init): Initialize previous to zero.
+
+       * yarrow256.c: Added debug some output.
+
+       * testsuite/yarrow-test.c (main): Better output of entropy
+       estimates at the end. 
+
 2001-10-09  Niels Möller  <nisse@ehand.com>
 
        * testsuite/Makefile.am (TS_PROGS): Added yarrow-test.