summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2019-01-19 09:42:24 +0100
committerNiels Möller <nisse@lysator.liu.se>2019-01-19 09:42:24 +0100
commitff68c47c0c47d84f1b5ca6886edb7659af6ebd95 (patch)
treee5585905db52a63718eb40f7635b6c7dad33365d
parent67bae1b9e595a03dccea92b39f3cbad64345f3f8 (diff)
downloadnettle-ff68c47c0c47d84f1b5ca6886edb7659af6ebd95.tar.gz
ChangeLog entries for previous change.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32f52789..ee7a57f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2019-01-19 Niels Möller <nisse@lysator.liu.se>
+
+ From Yuriy M. Kaminskiy:
+ * fat-setup.h (chacha_core_func): New typedef.
+ * fat-arm.c (fat_init): Enable choice between
+ _nettle_chacha_core_c and _nettle_chacha_core_neon.
+ * configure.ac (asm_nettle_optional_list): Add
+ chacha-core-internal-2.asm.
+ * chacha-core-internal.c: Enable fat build with C and asm version.
+ * arm/fat/chacha-core-internal-2.asm: New file.
+
2019-01-12 Niels Möller <nisse@lysator.liu.se>
* examples/eratosthenes.c: Deleted program.