Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
63d13b84
Commit
63d13b84
authored
Mar 07, 2009
by
Niels Möller
Browse files
Comment improvement.
Rev: nettle/x86_64/aes.m4:1.8
parent
fd80bd88
Changes
1
Hide whitespace changes
Inline
Side-by-side
nettle/x86_64/aes.m4
View file @
63d13b84
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment