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

ChangeLog

index 4d2f383e305385b5b62dd056fc280d62351d2cad..7c1b5cf67819c7d086c674b12a2dd80ebeee1998 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2002-05-14  Niels Möller  <niels@s3.kth.se>
 
+       * x86/aes-encrypt.asm (aes_encrypt): Use AES_LOAD macro.
+
+       * x86/machine.m4 (AES_LOAD): New macro.
+
+       * x86/aes-encrypt.asm (aes_encrypt): Use AES_STORE.
+
+       * x86/machine.m4 (AES_STORE): New macro.
+
        * x86/aes-encrypt.asm (aes_encrypt): Use the AES_LAST_ROUND macro
        for the first column of the final round.
        (aes_encrypt): Similarly for the second column.