mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-22 05:31:11 +00:00
Correction de nom d'une fonction
This commit is contained in:
parent
d78cb92eb8
commit
e3d47f0ea8
@ -95,7 +95,7 @@ DECLSPEC u32 blake2s_rot08_S (const u32 a)
|
||||
#endif
|
||||
}
|
||||
|
||||
DECLSPEC u32x blake2S_rot08 (const u32x a)
|
||||
DECLSPEC u32x blake2s_rot08 (const u32x a)
|
||||
{
|
||||
u32x r;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user