mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
fix inappropriate description for function in RSA
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
@@ -182,7 +182,8 @@ int mbedtls_rsa_set_padding(mbedtls_rsa_context *ctx, int padding,
|
||||
mbedtls_md_type_t hash_id);
|
||||
|
||||
/**
|
||||
* \brief This function retrieves padding mode of RSA modulus.
|
||||
* \brief This function retrieves padding mode of initialized
|
||||
* RSA context.
|
||||
*
|
||||
* \param ctx The initialized RSA context.
|
||||
*
|
||||
|
Reference in New Issue
Block a user