From: Niels Möller Date: Sun, 25 Jul 2010 09:09:23 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: nettle_2.1_release_20100725~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=adcde24f355d8fca166e984d98ae305abef8aa64;p=thirdparty%2Fnettle.git *** empty log message *** Rev: nettle/ChangeLog:1.100 --- diff --git a/ChangeLog b/ChangeLog index 4a0b321d..eff78421 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ +2010-07-25 Niels Möller + + * camellia-set-encrypt-key.c (camellia_set_encrypt_key): Inline + the expansion of camellia_setup128 and camellia_setup256, keeping + the unexpanded key in scalar variables. + (camellia_setup128): Deleted. + (camellia_setup256): Deleted. + 2010-07-24 Niels Möller + * camellia-set-encrypt-key.c (camellia_set_encrypt_key): Reduced + code size, no complete loop unroll. Use one loop for each phase of + the post-processing. + * testsuite/camellia-test.c: New tests for camellia_invert_key. * testsuite/aes-test.c: New tests for aes_invert_key.