Improve style and documentation, fix typo
This commit is contained in:
parent
4b2f691691
commit
56bae95e1d
2 changed files with 2 additions and 4 deletions
|
@ -152,7 +152,7 @@ int mbedtls_rsa_deduce_moduli( mbedtls_mpi *N, mbedtls_mpi *D, mbedtls_mpi *E,
|
|||
uint16_t order; /* Order of 2 in DE - 1 */
|
||||
|
||||
mbedtls_mpi K; /* Temporary used for two purposes:
|
||||
* - During factorization attempts, stores a andom integer
|
||||
* - During factorization attempts, stores a random integer
|
||||
* in the range of [0,..,N]
|
||||
* - During verification, holding intermediate results.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue