From: Niels Möller Date: Fri, 6 Feb 2004 12:29:27 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: nettle_1.9_release_20040207~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2d0dd7e76a379da4f3a994bc5dd28e818f4eb54;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.237 --- diff --git a/ChangeLog b/ChangeLog index b99f47e9..7c93307c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-02-06 Niels Möller + * x86/sha1-compress.asm: Store the magic constants on stack. + Accessing them via %esp should be a little faster than using large + immediate operands. + * Makefile.am (EXTRA_DIST, DISTCLEANFILES): Handle sha1-compress.asm.