commit | caac83c517effd6dedf29767874708bf751ddc03 | [log] [tgz] |
---|---|---|
author | Gabor Mezei <gabor.mezei@arm.com> | Tue May 16 17:41:26 2023 +0200 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Tue May 16 17:41:26 2023 +0200 |
tree | 9ff76350ef1f13936cebe92dd2c5895f659f0a8e | |
parent | 03558b847e2505c4919d55ce2fe4eee179c43067 [diff] |
Fix comment Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/library/ecp_curves.c b/library/ecp_curves.c index c217c40..1496970 100644 --- a/library/ecp_curves.c +++ b/library/ecp_curves.c
@@ -5532,7 +5532,7 @@ * Fast quasi-reduction modulo P = 2^s - R, * with R about 33 bits, used by the Koblitz curves. * - * Write N as A0 + 2^224 A1, return A0 + R * A1. + * Write X as A0 + 2^224 A1, return A0 + R * A1. */ #define P_KOBLITZ_R (8 / sizeof(mbedtls_mpi_uint)) // Limbs in R