Skip to content
GitLab
Menu
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
0864eca7
Commit
0864eca7
authored
Oct 14, 2005
by
Niels Möller
Browse files
Comment changes.
Rev: src/nettle/aes-encrypt-internal.c:1.2
parent
f9712f8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/aes-encrypt-internal.c
View file @
0864eca7
...
...
@@ -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
_aes_crypt function).
...
...
@@ -93,11 +93,13 @@ _nettle_aes_encrypt(const struct aes_ctx *ctx,
D. Put wtxt in four scalar variables.
E. Also put t in four scalar variables.
P4 2.2 GHz AMD Duron 1.4GHz
MB/s code size
A 35.9 0x202
A 35.9 0x202
17 MB/s
B 37.3 0x334
C 33.0 0x2a7
D 40.7 0x3f9
E 42.9 0x44a
E 42.9 0x44a
26 MB/s
*/
Write
Preview
Supports
Markdown
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