1
0
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:
Benoit 2023-02-07 13:22:07 +01:00
parent d78cb92eb8
commit e3d47f0ea8

View File

@ -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;