summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-10-23 14:15:41 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-10-23 14:15:41 +0200
commitdbcea3e4c96fcd884e9cd9ab59ac21e00c359b97 (patch)
treeac8494b2c7fed43821985a6c0b80f318325561b8 /ChangeLog
parentad87c2b27e7c0e5ac6ff8ee65aba6eb72d42ca1a (diff)
downloadnettle-dbcea3e4c96fcd884e9cd9ab59ac21e00c359b97.tar.gz
Split memxor.c into memxor.c and memxor3.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 971b6d70..a79ed616 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2014-10-23 Niels Möller <nisse@lysator.liu.se>
+ * configure.ac (asm_replace_list): Deleted memxor.asm, now
+ incompatible with the memxor/memxor3 split.
+
+ * memxor3.c: New file, split off from memxor.c.
+ * memxor-internal.h: New file, declarations shared by memxor.c and
+ memxor3.c.
+ * memxor.c: memxor3 fucntions moved out from this file.
+ * Makefile.in (nettle_SOURCES): Added memxor3.c.
+ (DISTFILES): Added memxor-internal.h.
+
* memxor.c (memxor_common_alignment, memxor_different_alignment)
(memxor): Change loop order, iterate from the end.
(memxor3_common_alignment): Unroll twice.