mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
fix dpapimk_tmp_v1_t on module_15310.c
This commit is contained in:
parent
14f78d9910
commit
4591071bc6
@ -67,10 +67,10 @@ typedef struct dpapimk
|
||||
|
||||
typedef struct dpapimk_tmp_v1
|
||||
{
|
||||
u32 ipad[5];
|
||||
u32 opad[5];
|
||||
u32 dgst[10];
|
||||
u32 out[10];
|
||||
u32 ipad[8];
|
||||
u32 opad[8];
|
||||
u32 dgst[32];
|
||||
u32 out[32];
|
||||
|
||||
u32 userKey[5];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user