]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Fri, 15 Feb 2002 21:04:36 +0000 (22:04 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 15 Feb 2002 21:04:36 +0000 (22:04 +0100)
Rev: src/nettle/aes-encrypt.c:1.3

aes-encrypt.c

index 30511793831190f8c90187abd911f3e2bac40463..95149c57516c08f1607e3d39de4bfbf56520b08b 100644 (file)
@@ -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,