mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
5 lines
186 B
Plaintext
5 lines
186 B
Plaintext
|
|
Changes
|
||
|
|
* Use heap memory to allocate DER encoded RSA private key.
|
||
|
|
This reduces stack usage significantly for RSA signature
|
||
|
|
operations when MBEDTLS_PSA_CRYPTO_C is defined.
|