mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-27 12:16:07 +00:00
463351d824
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
5 lines
197 B
Plaintext
5 lines
197 B
Plaintext
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.
|