From: Niels Möller Date: Sat, 25 Oct 2008 12:06:31 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: nettle_2.0_release_20090608~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09aae68e319f16d44f6438ba05c3107de9f4cc7e;p=thirdparty%2Fnettle.git *** empty log message *** Rev: nettle/ChangeLog:1.22 --- diff --git a/ChangeLog b/ChangeLog index 7db3c680..a6021af5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2008-10-25 Niels Möller + + * examples/Makefile.in (next-prime$(EXEEXT)): Added -lnettle to + linker. + +2008-10-24 Niels Möller + + * 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 * 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