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
Dmitry Baryshkov
nettle
Commits
931c5fc5
Commit
931c5fc5
authored
May 05, 2009
by
Niels Möller
Browse files
Minor comment formatting.
Rev: nettle/x86_64/aes.m4:1.9
parent
2be20f91
Changes
1
Hide whitespace changes
Inline
Side-by-side
x86_64/aes.m4
View file @
931c5fc5
...
...
@@ -89,10 +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)
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.
dnl AES_FINAL_ROUND(a, b, c, d, table, out, tmp)
dnl
Computes one word of
the final round. Leaves result in $6. Also
dnl
performs the first
substitution step, on the least significant
dnl
byte, and rotates 8
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