mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-22 13:40:56 +00: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_S "inc_comp_single.cl"
|
||||||
#define COMPARE_M "inc_comp_multi.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) \
|
#define PERM_OP(a,b,tt,n,m) \
|
||||||
{ \
|
{ \
|
||||||
tt = a >> n; \
|
tt = a >> n; \
|
||||||
|
Loading…
Reference in New Issue
Block a user