blob: d05bf86ba37d9445846caa17fa11d83e40418af4 [file] [log] [blame]
Yanray Wang53479572023-11-02 13:41:11 +08001Features
Yanray Wang99385542023-11-09 16:45:52 +08002 * Enable the new option MBEDTLS_BLOCK_CIPHER_NO_DECRYPT to omit
3 the decryption direction of block ciphers (AES, ARIA, Camellia).
4 This affects both the low-level modules and the high-level APIs
5 (the cipher and PSA interfaces). This option is incompatible with modes
6 that use the decryption direction (ECB in PSA, CBC, XTS, KW) and with DES.