]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Wed, 19 Oct 2005 08:00:13 +0000 (10:00 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 19 Oct 2005 08:00:13 +0000 (10:00 +0200)
Rev: src/nettle/ChangeLog:1.364

ChangeLog

index 223128ad2270897dac81ffbd048f7bff0fa1e16b..40c165843865d85db85fc0238caca8c66aab3346 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
+2005-10-19  Niels Möller  <nisse@lysator.liu.se>
+
+       * sparc/arcfour-crypt.asm: Fixed bug, spotted by Mikael Kalms. We
+       must order the store at [CTX+I] before the load of [CTX+SI+SJ].
+
 2005-10-18  Niels Möller  <nisse@lysator.liu.se>
 
+       * sparc/arcfour-crypt.asm: Special unrolled code if SRC and DST
+       have compatible alignment. Improves performance by 20%, but I'm
+       not sure it's worth the extra complexity.
+
        * bignum.c (nettle_mpz_from_octets): Removed sign argument. If
        mpz_import is available, define nettle_mpz_from_octets as a macro
        calling mpz_import.