From: Niels Möller Date: Thu, 5 Feb 2004 16:10:22 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: nettle_1.9_release_20040207~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b25d66cec30305889446101283835f1ca281ad24;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.230 --- diff --git a/ChangeLog b/ChangeLog index e59040c3..19709ab5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 2004-02-05 Niels Möller + * Makefile.am (EXTRA_DIST): Make sure x86 assembler files are + distributed. + (DISTCLEANFILES): And that the symlinks and .s files are deleted. + + * x86/aes-encrypt.asm, x86/aes-decrypt.asm: Fixed debug + information. + + * x86/arcfour-crypt.asm: New file. About three times faster than + the optimized C code. + + * configure.ac: Use assembler file arcfour-crypt.asm if available. + + * arcfour.c (arcfour_crypt): Moved function too... + * arcfour-crypt.c (arcfour_crypt): New file. + * arcfour.c (arcfour_crypt): Optimization suggested by Jonas Walldén. Makes arcfour up to 50% faster on x86 and ppc, and probably on other architectures as well.