From: Niels Möller Date: Wed, 20 Oct 2004 16:30:06 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: nettle_1.11_release_20041026~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afb21fbe09f5455ff2bb8d295176add5c8b5b318;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.282 --- diff --git a/ChangeLog b/ChangeLog index 44d61f43..91142861 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2004-10-20 Niels Möller + + * 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 * tools/Makefile.in (install): Support DESTDIR.