Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
931c5fc5
Commit
931c5fc5
authored
16 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Minor comment formatting.
Rev: nettle/x86_64/aes.m4:1.9
parent
2be20f91
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
x86_64/aes.m4
+4
-4
4 additions, 4 deletions
x86_64/aes.m4
with
4 additions
and
4 deletions
x86_64/aes.m4
+
4
−
4
View file @
931c5fc5
...
@@ -89,10 +89,10 @@ define(<AES_ROUND>, <
...
@@ -89,10 +89,10 @@ define(<AES_ROUND>, <
shr <$>24,$7
shr <$>24,$7
xorl AES_TABLE3 ($1, $7, 4),$6>)dnl
xorl AES_TABLE3 ($1, $7, 4),$6>)dnl
dnl AES_FINAL_ROUND(a, b, c, d, table, out, tmp)
Computes one word of
dnl AES_FINAL_ROUND(a, b, c, d, table, out, tmp)
dnl the final round. Leaves result in $6. Also
performs the first
dnl
Computes one word of
the final round. Leaves result in $6. Also
dnl substitution step, on the least significant
byte, and rotates 8
dnl
performs the first
substitution step, on the least significant
dnl bits.
dnl
byte, and rotates 8
bits.
define(<AES_FINAL_ROUND>, <
define(<AES_FINAL_ROUND>, <
movzb LREG($1),$7
movzb LREG($1),$7
movzbl ($5, $7), $6
movzbl ($5, $7), $6
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment