mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-02 16:21:20 +00:00
bignum_mod_raw: Fixed a documentation typo.
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
parent
e0c329b0cf
commit
8eb6104256
@ -154,7 +154,7 @@ void mbedtls_mpi_mod_raw_mul(mbedtls_mpi_uint *X,
|
|||||||
/* Optimised Reduction */
|
/* Optimised Reduction */
|
||||||
(*N->rep.ored.modp)(T, T_limbs);
|
(*N->rep.ored.modp)(T, T_limbs);
|
||||||
|
|
||||||
/* Convert back to cannonical representation */
|
/* Convert back to canonical representation */
|
||||||
mbedtls_mpi_mod_raw_fix_quasi_reduction(T, N);
|
mbedtls_mpi_mod_raw_fix_quasi_reduction(T, N);
|
||||||
memcpy(X, T, N->limbs * sizeof(mbedtls_mpi_uint));
|
memcpy(X, T, N->limbs * sizeof(mbedtls_mpi_uint));
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user