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

* x86/camellia-crypt-internal.asm: Moved addition of key.

Rev: nettle/x86/camellia-crypt-internal.asm:1.3
parent 71502947
No related branches found
No related tags found
No related merge requests found
......@@ -78,13 +78,13 @@ define(<ROUND>, <
movzbl HREG($2), TMP
xorl SP1110(TMP), $3
xorl $5(KEY), $4
xorl $5 + 4(KEY), $3
xorl $3, $4
rorl <$>8, $3
xorl $4, $3
xorl $5(KEY), $3
xorl $5 + 4(KEY), $4
xorl FRAME_$3, $3
xorl FRAME_$4, $4
>)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment