From 3795a9be1d92b21cf3b1ca642ef1a1ef6805de20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 15 May 2002 17:03:15 +0200 Subject: [PATCH] Comment fix. Rev: src/nettle/x86/aes-decrypt.asm:1.16 --- x86/aes-decrypt.asm | 3 +++ 1 file changed, 3 insertions(+) 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 -- GitLab