From 8196a1a77098b3e5fb8e64f85f39c4c48e731480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 12 Dec 2001 19:17:51 +0100 Subject: [PATCH] *** empty log message *** Rev: src/nettle/ChangeLog:1.50 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index cfd2ff7a..10ff5e00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2001-12-12 Niels M�ller <nisse@cuckoo.hack.org> + + * testsuite/yarrow-test.c (main): Updated testcase to match fixed + generator. Send verbose output to stdout, not stderr. + + * yarrow256.c (yarrow_slow_reseed): Bug fix, update the fast pool + with the digest of the slow pool. + (yarrow256_init): Initialize seed_file and counter to zero, to + ease debugging. + +2001-12-07 Niels M�ller <nisse@cuckoo.hack.org> + + * bignum.c (nettle_mpz_get_str_256): Fixed handling of leading + zeroes. + 2001-12-05 Niels M�ller <nisse@cuckoo.hack.org> * testsuite/yarrow-test.c (main): Updated test to match the fixed -- GitLab