From: Niels Möller Date: Sun, 16 Oct 2005 12:24:22 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: nettle_1.14_release_20051205~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b396be2bcf6529a6918a004f6ea404f1e36aae87;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.351 --- diff --git a/ChangeLog b/ChangeLog index 0ce6d952..e293298c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2005-10-16 Niels Möller + * sparc/machine.m4 (AES_FINAL_ROUND): Better scheduling, by + interleaving independent operations. + + * sparc/machine.m4 (TMP3): A third temporary register. + (AES_FINAL_ROUND): Prepared for scheduling. + + * sparc/machine.m4 (AES_ROUND): Deleted unused argument T. Updated + all calls in aes-encrypt-internal.asm. + + * sparc/machine.m4 (AES_ROUND): New loop invariants T0-T3, to + avoid the additions of the AES_TABLEx constants in the inner loop. + * sparc/machine.m4 (AES_ROUND): Better scheduling, by interleaving independent operations.