mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-31 01:51:23 +08:00

The cipher module implements XTS, and the PSA API specifies XTS, but the PSA implementation does not support XTS. It requires double-size keys, which psa_crypto does not currently support. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>