mirror of
https://github.com/hashcat/hashcat
synced 2024-11-13 17:28:58 +01:00
Fix datatypes in -m 12400
This commit is contained in:
parent
09b8bfc3a5
commit
898000b7aa
@ -12,6 +12,15 @@
|
||||
#define COMPARE_S "inc_comp_single.cl"
|
||||
#define COMPARE_M "inc_comp_multi.cl"
|
||||
|
||||
typedef struct bsdicrypt_tmp
|
||||
{
|
||||
u32 Kc[16];
|
||||
u32 Kd[16];
|
||||
|
||||
u32 iv[2];
|
||||
|
||||
} bsdicrypt_tmp_t;
|
||||
|
||||
#define PERM_OP(a,b,tt,n,m) \
|
||||
{ \
|
||||
tt = a >> n; \
|
||||
|
Loading…
Reference in New Issue
Block a user