From: Niels Möller Date: Sat, 9 Sep 2017 19:50:58 +0000 (+0200) Subject: ChangeLog entries for Daiki Ueno's fixes. X-Git-Tag: nettle_3.4rc1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6320374d4414816ebb47153c4186feb18c5b4ddf;p=thirdparty%2Fnettle.git ChangeLog entries for Daiki Ueno's fixes. --- diff --git a/ChangeLog b/ChangeLog index eb7974fd..96fd6a3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2017-09-09 Daiki Ueno + + * testsuite/ecc-mul-g-test.c (test_main): Fixed mpn_cmp call. + * testsuite/ecc-mul-a-test.c (test_main): Likewise. + * eccdata.c (ecc_point_out): Write to given stream, instead of + stderr. + * eccdata.c (output_curve): In curve448, the bit size of the order + is slightly smaller than the one of p's. Adjust ecc_Bmodq_shifted + accordingly. + 2017-09-09 Niels Möller * mini-gmp.c: Updated mini-gmp from the gmp repository, latest