1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-31 19:08:43 +00:00

Update tmps structure to match optimized kernel

This commit is contained in:
hashcat-bot 2025-07-13 15:24:18 +02:00 committed by GitHub
parent b7aabe4cb4
commit 44cb04dea5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,8 +47,8 @@ const char *module_st_pass (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE
typedef struct shiro1_sha512_tmp
{
u64 dgst[8];
u64 out[8]; // Final output hash
u32 dgst[16];
} shiro1_sha512_tmp_t;
static const char *SIGNATURE_SHIRO1_SHA512 = "$shiro1$SHA-512$";