mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 18:18:24 +00:00
9938554577
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
7 lines
372 B
Plaintext
7 lines
372 B
Plaintext
Features
|
|
* Enable the new option MBEDTLS_BLOCK_CIPHER_NO_DECRYPT to omit
|
|
the decryption direction of block ciphers (AES, ARIA, Camellia).
|
|
This affects both the low-level modules and the high-level APIs
|
|
(the cipher and PSA interfaces). This option is incompatible with modes
|
|
that use the decryption direction (ECB in PSA, CBC, XTS, KW) and with DES.
|