mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-07 13:22:46 +00:00
Correct typo in rsa.c
This commit is contained in:
parent
e1582a832b
commit
bead71752e
@ -139,7 +139,7 @@ int mbedtls_rsa_deduce_moduli( mbedtls_mpi *N, mbedtls_mpi *D, mbedtls_mpi *E,
|
|||||||
* several calculations are done in place and temporarily change
|
* several calculations are done in place and temporarily change
|
||||||
* the values of D and E.
|
* the values of D and E.
|
||||||
*
|
*
|
||||||
* Specifically, D is replaced the largest odd divisor of DE - 1
|
* Specifically, D is replaced by the largest odd divisor of DE - 1
|
||||||
* throughout the calculations.
|
* throughout the calculations.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user