mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 17:48:14 +00:00
- Added extra documentation
This commit is contained in:
parent
f0171bc93c
commit
c893e0257f
1 changed files with 3 additions and 0 deletions
|
@ -167,6 +167,9 @@ extern "C" {
|
||||||
/**
|
/**
|
||||||
* \brief Initialize an RSA context
|
* \brief Initialize an RSA context
|
||||||
*
|
*
|
||||||
|
* Note: Set padding to RSA_PKCS_V21 for the RSAES-OAEP
|
||||||
|
* encryption scheme and the RSASSA-PSS signature scheme.
|
||||||
|
*
|
||||||
* \param ctx RSA context to be initialized
|
* \param ctx RSA context to be initialized
|
||||||
* \param padding RSA_PKCS_V15 or RSA_PKCS_V21
|
* \param padding RSA_PKCS_V15 or RSA_PKCS_V21
|
||||||
* \param hash_id RSA_PKCS_V21 hash identifier
|
* \param hash_id RSA_PKCS_V21 hash identifier
|
||||||
|
|
Loading…
Reference in a new issue