1
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:
Jens Steube 2019-03-08 13:17:07 +01:00
parent 09b8bfc3a5
commit 898000b7aa

View File

@ -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; \