From 09aae68e319f16d44f6438ba05c3107de9f4cc7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sat, 25 Oct 2008 14:06:31 +0200 Subject: [PATCH] *** empty log message *** Rev: nettle/ChangeLog:1.22 --- ChangeLog | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7db3c680..a6021af5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2008-10-25 Niels M�ller <nisse@lysator.liu.se> + + * examples/Makefile.in (next-prime$(EXEEXT)): Added -lnettle to + linker. + +2008-10-24 Niels M�ller <nisse@lysator.liu.se> + + * sha256.c (ROUND): Simplified macro. + + * yarrow256.c (yarrow256_fast_reseed): Renamed (was + yarrow_fast_reseed) and made non-static. Don't generate seed file + here, let the application use yarrow256_random instead. + (yarrow256_slow_reseed): Renamed (was yarrow_slow_reseed) and made + non-static. + (yarrow256_force_reseed): Deleted function, use + yarrow256_slow_reseed instead. For backwards compatibility, + yarrow.h defines yarrow256_force_reseed as an alias for that + function. + + * yarrow.h (struct yarrow256_ctx): Deleted seed_file buffer. + 2008-09-17 Niels M�ller <nisse@lysator.liu.se> * x86/arcfour-crypt.asm: Improved loop logic, and unrolled @@ -37,7 +58,6 @@ get the corresponding byte register. (AES_ROUND): Use movzbl together with LREG and HREG. (AES_SUBST_BYTE): Likewise. - 2008-09-10 Niels M�ller <nisse@lysator.liu.se> -- GitLab