From 108685e00f315783fec580a1db81067bc17e3379 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 17 Nov 2008 06:45:56 +0000 Subject: Optimize AES decryption in the same manner as the last changes to AES encryption. --- src/block/aes/aes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/block/aes/aes.h') diff --git a/src/block/aes/aes.h b/src/block/aes/aes.h index bceae7494..c7361f6e8 100644 --- a/src/block/aes/aes.h +++ b/src/block/aes/aes.h @@ -37,8 +37,8 @@ class BOTAN_DLL AES : public BlockCipher SecureBuffer EK; SecureBuffer ME; - SecureBuffer DK; - SecureBuffer MD; + SecureBuffer DK; + SecureBuffer MD; }; /** -- cgit v1.2.3