1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-23 06:01:06 +00:00

Merge pull request #3219 from matrix/fix_3213

fix dpapimk_tmp_v1_t on module_15310.c
This commit is contained in:
Jens Steube 2022-03-15 18:51:39 +01:00 committed by GitHub
commit e69a37d929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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