]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Fri, 24 Sep 2010 05:48:04 +0000 (07:48 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 24 Sep 2010 05:48:04 +0000 (07:48 +0200)
Rev: nettle/ChangeLog:1.111

ChangeLog

index b6be1848b0b8da981c6d7cca5eca76909337f446..114804d3b086327a0faa90417a72994472b225f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2010-09-24  Niels Möller  <nisse@lysator.liu.se>
 
+       * testsuite/.test-rules.make: Added rule for memxor-test.
+       * testsuite/Makefile.in (TS_NETTLE_SOURCES): Added memxor-test.c
+       * testsuite/memxor-test.c: New file.
+
+       * memxor.c (memxor_common_alignment): New function.
+       (memxor_different_alignment): New function.
+       (memxor): Optimized to do word-operations rather than byte
+       operations.
+
+       * configure.ac (HAVE_NATIVE_64_BIT): New config.h define.
+
        Partial revert of 2010-09-20 changes.
        * camellia-set-encrypt-key.c (camellia_set_encrypt_key):
        Reintroduce CAMELLIA_F_HALF_INV, for 32-bit machines.