mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 20:15:38 +01:00
7976574f82
Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
6 lines
313 B
Plaintext
6 lines
313 B
Plaintext
Features
|
|
* The PSA crypto subsystem can now be configured to use less static RAM by
|
|
tweaking the setting for the maximum amount of keys simultaneously in RAM.
|
|
PSA_KEY_SLOT_COUNT sets the maximum number of volatile keys that can
|
|
exist simultaneously. It has a sensible default if not overridden.
|