Merge branch 'curve25519'
[gd/nettle] / ChangeLog
index 019f96ccf4ad352bec853bb94f20e3dc478e0288..3fde054b6d475f23551bfe31592475f4e689aa4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2014-08-27  Niels Möller  <nisse@lysator.liu.se>
 
+       Merged camellia-reorg changes (starting at 2014-07-04).
        * Makefile.in (clean-here): Added ecc-25519.h.
 
 2014-08-26  Niels Möller  <nisse@lysator.liu.se>
 
 2014-07-04  Niels Möller  <nisse@lysator.liu.se>
 
+       Started curve25519 branch.
        * ecc-25519.c: New file.
        (ecc_25519_modp): New function.
        (nettle_curve25519): New curve.
        (test_main): Use test_curve, iterate over supported curves, and
        also test curve_25519 for the new modp function.
 
+2014-08-23  Niels Möller  <nisse@lysator.liu.se>
+
+       * ecc-modp.c (ecc_modp_sub_1): Deleted unused function.
+       * ecc-internal.h: Deleted corresponding declaration.
+
+       * examples/nettle-benchmark.c (time_cipher): Fixed memset calls,
+       amending the totally broken change from 2014-02-06.
+
 2014-07-02  Niels Möller  <nisse@lysator.liu.se>
 
        * eccdata.c (ecc_dup): Use mpz_submul_ui, now available in