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:
parent
b7aabe4cb4
commit
44cb04dea5
@ -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$";
|
||||
|
Loading…
Reference in New Issue
Block a user