mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 20:08:43 +00:00
XEX mode, known as "xor-encrypt-xor", is the simple case of the XTS mode, known as "XEX with ciphertext stealing". When the buffers to be encrypted/decrypted have a length divisible by the length of a standard AES block (16), XTS is exactly like XEX.