]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Tue, 20 Jul 2010 20:30:45 +0000 (22:30 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 20 Jul 2010 20:30:45 +0000 (22:30 +0200)
Rev: nettle/ChangeLog:1.94

ChangeLog

index d191453d47974d1e17e9953973643c28b2e9f983..84f1af67da1b386e37aea2b7517b25cdcb644c68 100644 (file)
--- 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
        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.