- Fixed order of comments to match function rsa_pkcs1_decrypt
This commit is contained in:
parent
7bc05ff4a6
commit
4d8ca70833
1 changed files with 1 additions and 1 deletions
|
@ -272,9 +272,9 @@ int rsa_pkcs1_encrypt( rsa_context *ctx,
|
|||
*
|
||||
* \param ctx RSA context
|
||||
* \param mode RSA_PUBLIC or RSA_PRIVATE
|
||||
* \param olen will contain the plaintext length
|
||||
* \param input buffer holding the encrypted data
|
||||
* \param output buffer that will hold the plaintext
|
||||
* \param olen will contain the plaintext length
|
||||
* \param output_max_len maximum length of the output buffer
|
||||
*
|
||||
* \return 0 if successful, or an POLARSSL_ERR_RSA_XXX error code
|
||||
|
|
Loading…
Reference in a new issue