mirror of
https://github.com/hashcat/hashcat.git
synced 2025-08-02 03:48:16 +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
|
typedef struct shiro1_sha512_tmp
|
||||||
{
|
{
|
||||||
u64 dgst[8];
|
u32 dgst[16];
|
||||||
u64 out[8]; // Final output hash
|
|
||||||
} shiro1_sha512_tmp_t;
|
} shiro1_sha512_tmp_t;
|
||||||
|
|
||||||
static const char *SIGNATURE_SHIRO1_SHA512 = "$shiro1$SHA-512$";
|
static const char *SIGNATURE_SHIRO1_SHA512 = "$shiro1$SHA-512$";
|
||||||
|
Loading…
Reference in New Issue
Block a user