From b25d66cec30305889446101283835f1ca281ad24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Thu, 5 Feb 2004 17:10:22 +0100 Subject: [PATCH] *** empty log message *** Rev: src/nettle/ChangeLog:1.230 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index e59040c3..19709ab5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 2004-02-05 Niels M�ller <niels@s3.kth.se> + * 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. -- GitLab