mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 23:42:58 +00:00
mbedtls_aes_crypt_xts() currently takes a `bits_length` parameter, unlike the other block modes. Change the parameter to accept a bytes length instead, as the `bits_length` parameter is not actually ever used in the current implementation.