mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
The command line key-size is in bits but the libcryptsetup API expects bytes. Note that the modulo 8 check is in the original cryptsetup binary as well, so it's no new limitation. (v2: changed the point at which the /= 8 is performed, rebased, removed tabs)