From: Niels Möller Date: Thu, 2 Jan 2020 06:45:33 +0000 (+0100) Subject: Fix comment typo. X-Git-Tag: nettle_3.6rc1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21c9be59b5bfb0b03f6b701aa275ac3bc764660e;p=thirdparty%2Fnettle.git Fix comment typo. --- diff --git a/ecc-internal.h b/ecc-internal.h index 99ae3d3d..c918632d 100644 --- a/ecc-internal.h +++ b/ecc-internal.h @@ -154,7 +154,7 @@ struct ecc_modulo /* B^size mod m. Expected to have at least 32 leading zeros (equality for secp_256r1). */ const mp_limb_t *B; - /* 2^{bit_size} - p, same value as above, but shifted. */ + /* 2^{bit_size} - m, same value as above, but shifted. */ const mp_limb_t *B_shifted; /* m +/- 1, for redc, excluding redc_size low limbs. */ const mp_limb_t *redc_mpm1;