mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 08:10:59 +00:00
Workaround some padding issues with host compiler and OpenCL JiT on 32 and 64 bit systems
This commit is contained in:
parent
8ca4e46f2c
commit
b0077860c7
@ -1158,7 +1158,6 @@ typedef struct blake2
|
||||
u64 f[2];
|
||||
u32 buflen;
|
||||
u32 outlen;
|
||||
u8 last_node;
|
||||
|
||||
} blake2_t;
|
||||
|
||||
@ -1918,7 +1917,7 @@ typedef struct dpapimk_tmp_v2
|
||||
u64 dgst64[16];
|
||||
u64 out64[16];
|
||||
|
||||
u32 userKey[5];
|
||||
u32 userKey[8];
|
||||
|
||||
} dpapimk_tmp_v2_t;
|
||||
|
||||
|
@ -37,6 +37,7 @@
|
||||
- Allow hashfile for -m 16800 to be used with -m 16801
|
||||
- Make the masks parser more restrictive by rejecting a single '?' at the end of the mask (use ?? instead)
|
||||
- Add a periodic check for read timeouts in stdin/pipe mode and abort if no input was provided
|
||||
- Workaround some padding issues with host compiler and OpenCL JiT on 32 and 64 bit systems
|
||||
|
||||
##
|
||||
## Bugs
|
||||
|
@ -142,7 +142,6 @@ typedef struct blake2
|
||||
u64 f[2];
|
||||
u32 buflen;
|
||||
u32 outlen;
|
||||
u8 last_node;
|
||||
|
||||
} blake2_t;
|
||||
|
||||
@ -969,7 +968,7 @@ typedef struct dpapimk_tmp_v2
|
||||
u64 dgst64[16];
|
||||
u64 out64[16];
|
||||
|
||||
u32 userKey[5];
|
||||
u32 userKey[8];
|
||||
|
||||
} dpapimk_tmp_v2_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user