Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
931c5fc5
Commit
931c5fc5
authored
May 05, 2009
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor comment formatting.
Rev: nettle/x86_64/aes.m4:1.9
parent
2be20f91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
x86_64/aes.m4
x86_64/aes.m4
+4
-4
No files found.
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 b
yte, and rotates 8 b
its.
define(<AES_FINAL_ROUND>, <
movzb LREG($1),$7
movzbl ($5, $7), $6
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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