mirror of
https://github.com/Aorimn/dislocker
synced 2026-06-08 10:24:29 +00:00
5895934107
The previous implementation was only an AES-XEX one, without support for not-divisible-by-16 sectors. We now support this through a real - if not entirely complete in the test vectors point of vue - implementation. Note that we don't support sectors not aligned on the byte limit, as should be the case in a real AES-XTS implementation. But so far, I didn't see it implemented anywhere, so I think we're good.