Skip to content
Snippets Groups Projects
Commit cf2caa24 authored by Niels Möller's avatar Niels Möller
Browse files

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
...@@ -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
*/ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment