mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Fixes typo
Commit fixes typo in rsa.h found in review. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
@ -570,7 +570,7 @@ int mbedtls_rsa_private( mbedtls_rsa_context *ctx,
|
|||||||
* operation.
|
* operation.
|
||||||
*
|
*
|
||||||
* \param ctx The initialized RSA context to use.
|
* \param ctx The initialized RSA context to use.
|
||||||
* \param f_rng The RNG to use. It used for padding generation
|
* \param f_rng The RNG to use. It is used for padding generation
|
||||||
* and it is mandatory.
|
* and it is mandatory.
|
||||||
* \param p_rng The RNG context to be passed to \p f_rng. May be
|
* \param p_rng The RNG context to be passed to \p f_rng. May be
|
||||||
* \c NULL if \p f_rng doesn't need a context argument.
|
* \c NULL if \p f_rng doesn't need a context argument.
|
||||||
|
Reference in New Issue
Block a user