From 8cf186c5f66e42e407e96cdc0012610f264a0538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 15 Feb 2002 22:04:36 +0100 Subject: [PATCH] *** empty log message *** Rev: src/nettle/aes-encrypt.c:1.3 --- aes-encrypt.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aes-encrypt.c b/aes-encrypt.c index 30511793..95149c57 100644 --- a/aes-encrypt.c +++ b/aes-encrypt.c @@ -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 aes_encrypt(struct aes_ctx *ctx, unsigned length, uint8_t *dst, -- GitLab