Skip to content
Snippets Groups Projects
Commit 60231896 authored by Niels Möller's avatar Niels Möller
Browse files

Comment improvement.

Rev: nettle/x86_64/aes.m4:1.8
parent 446913ac
No related branches found
No related tags found
No related merge requests found
......@@ -89,9 +89,10 @@ define(<AES_ROUND>, <
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(<AES_FINAL_ROUND>, <
movzb LREG($1),$7
movzbl ($5, $7), $6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment