]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Thu, 5 Feb 2004 16:10:22 +0000 (17:10 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 5 Feb 2004 16:10:22 +0000 (17:10 +0100)
Rev: src/nettle/ChangeLog:1.230

ChangeLog

index e59040c37b05f9fb7b4771fd68f62c41eca756bf..19709ab50dea749307cb6ff92664b0193246ce12 100644 (file)
--- 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.