From 4f7c6c0eb84cdd8c61349bb14cb5c26846e84ca6 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Sun, 26 Nov 2017 09:25:41 -0600 Subject: [PATCH] Fix typos in comments. --- aes.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aes.asm b/aes.asm index 52cae8b..f7d3443 100644 --- a/aes.asm +++ b/aes.asm @@ -329,7 +329,7 @@ aes_encrypt start * Call with DP = AES context structure (with key expanded), -* DP = bank containing AES tables. +* DB = bank containing AES tables. AES_ENCRYPT start using tables @@ -399,7 +399,7 @@ aes256_decrypt start end * Call with DP = AES context structure (with key expanded), -* DP = bank containing AES tables. +* DB = bank containing AES tables. AES_DECRYPT start using tables ShortRegs