1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-22 20:42:07 +00:00

LUKS legacy module code cleanup

This commit is contained in:
Konrad Goławski 2022-07-05 05:49:31 +02:00
parent e30be9f17c
commit 74e2dad0d7

View File

@ -162,7 +162,7 @@ typedef struct luks
u32 ct_buf[128];
u32 af_buf[((HC_LUKS_KEY_SIZE_512 / 8) * LUKS_STRIPES) / 4];
u32 af_buf[HC_LUKS_KEY_SIZE_512 / 8 * LUKS_STRIPES / 4];
u32 af_len;
} luks_t;