Minor corrections
This commit is contained in:
parent
4055a3a16f
commit
f8c028a2fb
3 changed files with 4 additions and 4 deletions
|
@ -370,7 +370,7 @@ int mbedtls_rsa_validate_params( const mbedtls_mpi *N, const mbedtls_mpi *P,
|
|||
#endif /* MBEDTLS_GENPRIME */
|
||||
|
||||
/*
|
||||
* Step 2: Check that 1 < N = PQ
|
||||
* Step 2: Check that 1 < N = P * Q
|
||||
*/
|
||||
|
||||
if( P != NULL && Q != NULL && N != NULL )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue