Improve documentation of mbedtls_rsa_import[_raw]
This commit is contained in:
parent
fc8fbfa059
commit
3319555b7c
1 changed files with 8 additions and 0 deletions
|
@ -171,6 +171,10 @@ void mbedtls_rsa_init( mbedtls_rsa_context *ctx,
|
||||||
* and complete the provided information to a ready-for-use
|
* and complete the provided information to a ready-for-use
|
||||||
* public or private RSA key.
|
* public or private RSA key.
|
||||||
*
|
*
|
||||||
|
* \note See the documentation of \c mbedtls_rsa_complete for more
|
||||||
|
* information on which parameters are necessary to setup
|
||||||
|
* a private or public RSA key.
|
||||||
|
*
|
||||||
* \note The imported parameters are copied and need not be preserved
|
* \note The imported parameters are copied and need not be preserved
|
||||||
* for the lifetime of the RSA context being set up.
|
* for the lifetime of the RSA context being set up.
|
||||||
*
|
*
|
||||||
|
@ -204,6 +208,10 @@ int mbedtls_rsa_import( mbedtls_rsa_context *ctx,
|
||||||
* and complete the provided information to a ready-for-use
|
* and complete the provided information to a ready-for-use
|
||||||
* public or private RSA key.
|
* public or private RSA key.
|
||||||
*
|
*
|
||||||
|
* \note See the documentation of \c mbedtls_rsa_complete for more
|
||||||
|
* information on which parameters are necessary to setup
|
||||||
|
* a private or public RSA key.
|
||||||
|
*
|
||||||
* \note The imported parameters are copied and need not be preserved
|
* \note The imported parameters are copied and need not be preserved
|
||||||
* for the lifetime of the RSA context being set up.
|
* for the lifetime of the RSA context being set up.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue