]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
ChangeLog entry for previous change.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 23 Sep 2017 09:32:49 +0000 (11:32 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 23 Sep 2017 09:32:49 +0000 (11:32 +0200)
ChangeLog

index 1647625513998065fa13c6f8dd270157b50c058b..7e126514081aed18a647db52ac233f2d09e9aff2 100644 (file)
--- 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.