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:
parent
e30be9f17c
commit
74e2dad0d7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user