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

*** empty log message ***

Rev: src/nettle/aes-encrypt.c:1.3
parent 06c72e39
No related branches found
No related tags found
No related merge requests found
...@@ -351,6 +351,11 @@ _aes_encrypt_table = ...@@ -351,6 +351,11 @@ _aes_encrypt_table =
} }
}; };
/* On my sparc, encryption is significantly slower than decryption,
* even though the *only* difference is which table is passed to _aes_crypt.
*
* Really strange.
*/
void void
aes_encrypt(struct aes_ctx *ctx, aes_encrypt(struct aes_ctx *ctx,
unsigned length, uint8_t *dst, unsigned length, uint8_t *dst,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment