aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/aes/aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/block/aes/aes.h')
-rw-r--r--src/block/aes/aes.h4
1 files changed, 2 insertions, 2 deletions
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<u32bit, 56> EK;
SecureBuffer<byte, 16> ME;
- SecureBuffer<u32bit, 52> DK;
- SecureBuffer<byte, 32> MD;
+ SecureBuffer<u32bit, 56> DK;
+ SecureBuffer<byte, 16> MD;
};
/**