From 19ecd6d262868fb5a85a861da5ebc3487bb6da40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 15 May 2002 17:03:29 +0200 Subject: [PATCH] *** empty log message *** Rev: src/nettle/ChangeLog:1.98 Rev: src/nettle/aes-decrypt.c:1.4 --- ChangeLog | 6 ++++++ aes-decrypt.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c062a04d..f59cc3b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ * x86/aes-encrypt.asm (aes_encrypt): Use AES_SUBST_BYTE. * x86/aes-decrypt.asm (aes_decrypt): Likewise. + (aes_decrypt): Use AES_STORE. + (aes_decrypt): Deleted first xchgl instruction into, permuting the + AES_ROUND calls instead. + (aes_decrypt): Likewise for the final round. + (aes_decrypt): Got rid if the xchgl instruction after the final + round, folding it into the final round. * x86/machine.m4: Renamed AES_LAST_ROUND to AES_FINAL_ROUND. Updated users. diff --git a/aes-decrypt.c b/aes-decrypt.c index 55a7265a..50b7f86f 100644 --- a/aes-decrypt.c +++ b/aes-decrypt.c @@ -27,7 +27,6 @@ #include <assert.h> - void aes_decrypt(struct aes_ctx *ctx, unsigned length, uint8_t *dst, -- GitLab