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

Minor comment formatting.

Rev: nettle/x86_64/aes.m4:1.9
parent 2be20f91
No related branches found
No related tags found
No related merge requests found
...@@ -89,10 +89,10 @@ define(<AES_ROUND>, < ...@@ -89,10 +89,10 @@ define(<AES_ROUND>, <
shr <$>24,$7 shr <$>24,$7
xorl AES_TABLE3 ($1, $7, 4),$6>)dnl xorl AES_TABLE3 ($1, $7, 4),$6>)dnl
dnl AES_FINAL_ROUND(a, b, c, d, table, out, tmp) Computes one word of dnl AES_FINAL_ROUND(a, b, c, d, table, out, tmp)
dnl the final round. Leaves result in $6. Also performs the first dnl Computes one word of the final round. Leaves result in $6. Also
dnl substitution step, on the least significant byte, and rotates 8 dnl performs the first substitution step, on the least significant
dnl bits. dnl byte, and rotates 8 bits.
define(<AES_FINAL_ROUND>, < define(<AES_FINAL_ROUND>, <
movzb LREG($1),$7 movzb LREG($1),$7
movzbl ($5, $7), $6 movzbl ($5, $7), $6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment