From 1cff2b5ab4f1c93e6a83b2d17abe22b163402456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 20 Jul 2010 22:30:45 +0200 Subject: [PATCH] *** empty log message *** Rev: nettle/ChangeLog:1.94 --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d191453d..84f1af67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-07-20 Niels M�ller <nisse@lysator.liu.se> + * nettle-meta.h (_NETTLE_CIPHER_SEP_SET_KEY): New macro. + + * dsa-keygen.c: Removed unnecessary include of memxor.h. + * camellia.c: Rewrote to use 64-bit type for subkeys and use 64-bit operations throughout. Performance on x86_32, when compiled with gcc-4.4.4, is reduced by roughly 15%, this should be fixed @@ -3670,7 +3674,7 @@ registers at all. * sparc/aes.asm (AES_FINAL_ROUND): New macro. - (_aes_crypt): Use AES_FINAL_ROUND for the first word if the final + (_aes_crypt): Use AES_FINAL_ROUND for the first word of the final round. (_aes_crypt): And for the rest of the final round. (AES_FINAL_ROUND): Don't update dst, just access it offseted by i. -- GitLab