mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-18 10:32:04 +00:00
Fix some whirlpool vector function declaration
This commit is contained in:
parent
560a786ea7
commit
a228e296da
@ -2351,7 +2351,7 @@ typedef struct whirlpool_ctx_vector
|
|||||||
|
|
||||||
} whirlpool_ctx_vector_t;
|
} whirlpool_ctx_vector_t;
|
||||||
|
|
||||||
void whirlpool_transform_vector (const u32x w0[4], const u32x w1[4], const u32x w2[4], const u32x w3[4], u32x digest[8], __local u32 (*s_Ch)[256], __local u32 (*s_Cl)[256])
|
void whirlpool_transform_vector (const u32x w0[4], const u32x w1[4], const u32x w2[4], const u32x w3[4], u32x digest[16], __local u32 (*s_Ch)[256], __local u32 (*s_Cl)[256])
|
||||||
{
|
{
|
||||||
u32x Kh[8];
|
u32x Kh[8];
|
||||||
u32x Kl[8];
|
u32x Kl[8];
|
||||||
|
Loading…
Reference in New Issue
Block a user