blob: 755eda35a1c2b335d69d6abdb7d4861595db0fd5 [file] [log] [blame]
Yanray Wang53479572023-11-02 13:41:11 +08001Features
2 * Add support to remove decryption operation for cipher type of AES, ARIA
3 and CAMELLIA. A new configuration option, MBEDTLS_BLOCK_CIPHER_NO_DECRYPT
4 can be used to enable this feature.
5 Note that this configuration option is incompatible with MBEDTLS_DES_C,
6 MBEDTLS_CIPHER_MODE_CBC, MBEDTLS_CIPHER_MODE_XTS and MBEDTLS_NIST_KW_C.