]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Comment fix.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 15 May 2002 15:03:15 +0000 (17:03 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 15 May 2002 15:03:15 +0000 (17:03 +0200)
Rev: src/nettle/x86/aes-decrypt.asm:1.16

x86/aes-decrypt.asm

index 85c08413a96e67eb988cbdbd23de27a75c6d373a..c9ac6109b914e1a5fad8c5e87b9f1268de587a6c 100644 (file)
@@ -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