From 8c7a96609de9f43c8bb48963240243880b1f09aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 19 Oct 2005 10:00:13 +0200 Subject: [PATCH] *** empty log message *** Rev: src/nettle/ChangeLog:1.364 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 223128ad..40c16584 100644 --- 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. -- GitLab