]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Wed, 20 Oct 2004 16:30:06 +0000 (18:30 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 20 Oct 2004 16:30:06 +0000 (18:30 +0200)
Rev: src/nettle/ChangeLog:1.282

ChangeLog

index 44d61f431a91eace732761ccc5f67161a872f401..91142861b0a29fee5e61c168eaaf7ecb94ac0fc4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-10-20  Niels Möller  <niels@s3.kth.se>
+
+       * Makefile.in: In the assembler rules, there's no need to look in
+       $(srcdir) for the input file.
+
+       * x86/arcfour-crypt.asm: Reduced inner loop by one instruction, by
+       precomputing the offset between src and dst.
+
+       * tools/Makefile.in (.c.$(OBJEXT)): Removed redundant -I.. flag.
+
+       * x86/arcfour-crypt.asm (nettle_arcfour_crypt): Replaced addb ->
+       addl + andl $0xff, improving speed on PPro by another 15%.
+
 2004-10-20  Niels Möller  <nisse@lysator.liu.se>
 
        * tools/Makefile.in (install): Support DESTDIR.