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

Fixed missing shift.

Rev: nettle/x86_64/aes.m4:1.4
parent d1facb0f
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ define(<AES_ROUND>, <
and <$>0xff,$7
xorl AES_TABLE2 ($1, $7, 4),$6
movl $5,XREG($7)
shr <$>24,$7
xorl AES_TABLE3 ($1, $7, 4),$6>)dnl
dnl AES_FINAL_ROUND(a, b, c, d, table, out, tmp)
......
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