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
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brian Smith
nettle
Commits
cf2caa24
Commit
cf2caa24
authored
19 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Comment changes.
Rev: src/nettle/aes-encrypt-internal.c:1.2
parent
a9137afc
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
aes-encrypt-internal.c
+6
-4
6 additions, 4 deletions
aes-encrypt-internal.c
with
6 additions
and
4 deletions
aes-encrypt-internal.c
+
6
−
4
View file @
cf2caa24
...
@@ -82,7 +82,7 @@ _nettle_aes_encrypt(const struct aes_ctx *ctx,
...
@@ -82,7 +82,7 @@ _nettle_aes_encrypt(const struct aes_ctx *ctx,
}
}
}
}
/* Some stats
(on a P4 2.2GHz)
, all for AES 128:
/* Some stats, all for AES 128:
A. Table-driven indexing (the approach of the old unified
A. Table-driven indexing (the approach of the old unified
_aes_crypt function).
_aes_crypt function).
...
@@ -94,10 +94,12 @@ _nettle_aes_encrypt(const struct aes_ctx *ctx,
...
@@ -94,10 +94,12 @@ _nettle_aes_encrypt(const struct aes_ctx *ctx,
E. Also put t in four scalar variables.
E. Also put t in four scalar variables.
P4 2.2 GHz AMD Duron 1.4GHz
MB/s code size
MB/s code size
A 35.9 0x202
A 35.9 0x202
17 MB/s
B 37.3 0x334
B 37.3 0x334
C 33.0 0x2a7
C 33.0 0x2a7
D 40.7 0x3f9
D 40.7 0x3f9
E 42.9 0x44a
E 42.9 0x44a
26 MB/s
*/
*/
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