From: Niels Möller Date: Tue, 14 May 2002 17:27:31 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: nettle_1.6_release_20021003~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99fb77a4176c52f92de91572c9a880eb49bda9eb;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.89 --- diff --git a/ChangeLog b/ChangeLog index 1584f9fc..4d2f383e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ (aes_encrypt): Similarly for the second column. (aes_encrypt): Similarly for the third and fourth column. + (aes_encrypt): Deleted xchgl instruction in final round, by + reordering the second and fourth round. + * x86/machine.m4 (AES_LAST_ROUND): New macro. * x86/aes-encrypt.asm (aes_encrypt): Move code here...