mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
Improve documentation of mbedtls_rsa_import[_raw]
This commit is contained in:
parent
fc8fbfa059
commit
3319555b7c
@ -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…
x
Reference in New Issue
Block a user