mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
4 lines
197 B
Text
4 lines
197 B
Text
Features
|
|
* Add support to restrict AES to 128-bit keys in order to save code size.
|
|
A new configuration option, MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH, can be
|
|
used to enable this feature.
|