From: Niels Möller Date: Wed, 15 May 2002 15:03:15 +0000 (+0200) Subject: Comment fix. X-Git-Tag: nettle_1.6_release_20021003~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3795a9be1d92b21cf3b1ca642ef1a1ef6805de20;p=thirdparty%2Fnettle.git Comment fix. Rev: src/nettle/x86/aes-decrypt.asm:1.16 --- diff --git a/x86/aes-decrypt.asm b/x86/aes-decrypt.asm index 85c08413..c9ac6109 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