diff --git a/x86/aes-decrypt.asm b/x86/aes-decrypt.asm index 85c08413a96e67eb988cbdbd23de27a75c6d373a..c9ac6109b914e1a5fad8c5e87b9f1268de587a6c 100644 --- a/x86/aes-decrypt.asm +++ b/x86/aes-decrypt.asm @@ -56,6 +56,9 @@ aes_decrypt: .Lround_loop: pushl %esi C save this first: we'll clobber it later + C In these patterns, note that each row, like + C "a,d,c,b" corresponds to one *column* of the + C array _aes_decrypt_table.idx. AES_ROUND(_aes_decrypt_table,a,d,c,b) pushl %edi C save first on stack