config: Update documentation for XTS option
The XTS configuration option MBEDTLS_CIPHER_MODE_XTS currently only enables XTS for AES. So, don't say it enables XTS for "symmetric ciphers", just AES. This helps to avoid being misleading.
This commit is contained in:
parent
c28012acdd
commit
ed91a79c4b
@ -504,8 +504,7 @@
|
|||||||
/**
|
/**
|
||||||
* \def MBEDTLS_CIPHER_MODE_XTS
|
* \def MBEDTLS_CIPHER_MODE_XTS
|
||||||
*
|
*
|
||||||
* Enable Xor-encrypt-xor with ciphertext stealing mode (XTS) for symmetric
|
* Enable Xor-encrypt-xor with ciphertext stealing mode (XTS) for AES.
|
||||||
* ciphers.
|
|
||||||
*/
|
*/
|
||||||
#define MBEDTLS_CIPHER_MODE_XTS
|
#define MBEDTLS_CIPHER_MODE_XTS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user