mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-11-25 23:43:17 +03:00
aes: Remove AES-XEX
AES-XEX is a building block for other cryptographic standards and not yet a standard in and of itself. We'll just provide the standardized AES-XTS algorithm, and not AES-XEX. The AES-XTS algorithm and interface provided can be used to perform the AES-XEX algorithm when the length of the input is a multiple of the AES block size.
This commit is contained in:
@@ -501,13 +501,6 @@
|
||||
*/
|
||||
#define MBEDTLS_CIPHER_MODE_CBC
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_CIPHER_MODE_XEX
|
||||
*
|
||||
* Enable Xor-encrypt-xor mode (XEX) for symmetric ciphers.
|
||||
*/
|
||||
#define MBEDTLS_CIPHER_MODE_XEX
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_CIPHER_MODE_XTS
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user