]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Tue, 14 May 2002 17:27:31 +0000 (19:27 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 14 May 2002 17:27:31 +0000 (19:27 +0200)
Rev: src/nettle/ChangeLog:1.89

ChangeLog

index 1584f9fc67634b29c392b8bcfdbfc07322f4007e..4d2f383e305385b5b62dd056fc280d62351d2cad 100644 (file)
--- 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...