From: Niels Möller Date: Tue, 3 Nov 2020 19:07:48 +0000 (+0100) Subject: Delete obsolete comment. X-Git-Tag: nettle_3.7rc1~52^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18ac802721587cb0dd40401be1fb03273d1ec42e;p=thirdparty%2Fnettle.git Delete obsolete comment. --- diff --git a/ecc-internal.h b/ecc-internal.h index 8aa5f7ec..0afd7c6b 100644 --- a/ecc-internal.h +++ b/ecc-internal.h @@ -229,7 +229,6 @@ struct ecc_curve const mp_limb_t *pippenger_table; }; -/* In-place reduction. */ ecc_mod_func ecc_mod; ecc_mod_func ecc_pp1_redc; ecc_mod_func ecc_pm1_redc;