summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2017-09-23 11:32:49 +0200
committerNiels Möller <nisse@lysator.liu.se>2017-09-23 11:32:49 +0200
commit1a6bd65f921d5a753d0eca552a7f4b93a13da6dc (patch)
treeec36fcb91c864f3a560e62c59448d5aecc48f57c
parent6cf6abd68eb3d6c8c8e5ab217be734f9c537037f (diff)
downloadnettle-1a6bd65f921d5a753d0eca552a7f4b93a13da6dc.tar.gz
ChangeLog entry for previous change.
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16476255..7e126514 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
2017-09-23 Daiki Ueno <dueno@redhat.com>
+ * ecc-eh-to-a.c (ecc_eh_to_a): Use ecc->q.bit_size, instead of
+ hard-coded value for curve25519.
+ * eddsa-sign.c (_eddsa_sign): Likewise.
+
* ecc-internal.h (ecc_dup_func): New typedef.
(struct ecc_curve): New constants add_hh_itch and dup_itch, new
function pointers add_hh and dup.