mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
ecp: fix a typo in a comment
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
51f6079c1b
commit
05ce3e90eb
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user