ecp: fix a typo in a comment

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard 2026-05-21 12:08:44 +02:00
parent 51f6079c1b
commit 05ce3e90eb

View File

@ -5729,7 +5729,7 @@ int mbedtls_ecp_mod_p448_raw(mbedtls_mpi_uint *X, size_t X_limbs)
* Fast quasi-reduction modulo P = 2^n - R,
* with R a curve-dependent 33-bit value.
*
* This function the core of mbedtls_ecp_mod_p192k1_raw(),
* This function is the core of mbedtls_ecp_mod_p192k1_raw(),
* mbedtls_ecp_mod_p224k1_raw(), and mbedtls_ecp_mod_p256k1_raw().
*
* See ecp_invasive.h and FAST_QUASI_REDUCTION above.