From: Niels Möller Date: Sat, 7 Mar 2009 20:37:27 +0000 (+0100) Subject: Comment improvement. X-Git-Tag: nettle_2.0_release_20090608~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60231896a205cf0d1f1d82ba84887beb5ac3006b;p=thirdparty%2Fnettle.git Comment improvement. Rev: nettle/x86_64/aes.m4:1.8 --- diff --git a/x86_64/aes.m4 b/x86_64/aes.m4 index d0f0be57..8d08f640 100644 --- a/x86_64/aes.m4 +++ b/x86_64/aes.m4 @@ -89,9 +89,10 @@ define(, < shr <$>24,$7 xorl AES_TABLE3 ($1, $7, 4),$6>)dnl -dnl AES_FINAL_ROUND(a, b, c, d, table, out, tmp) -dnl Computes one word of the final round. Leaves result in $6. -dnl Note that we have to quote $ in constants. +dnl AES_FINAL_ROUND(a, b, c, d, table, out, tmp) Computes one word of +dnl the final round. Leaves result in $6. Also performs the first +dnl substitution step, on the least significant byte, and rotates 8 +dnl bits. define(, < movzb LREG($1),$7 movzbl ($5, $7), $6