mirror of
https://github.com/hashcat/hashcat.git
synced 2025-05-14 12:58:49 +00:00
Merge branch 'fix_m06000_a1' of https://github.com/matrix/hashcat into matrix-fix_m06000_a1
This commit is contained in:
commit
41e89b836d
@ -14,7 +14,7 @@
|
|||||||
#include "inc_common.cl"
|
#include "inc_common.cl"
|
||||||
#include "inc_simd.cl"
|
#include "inc_simd.cl"
|
||||||
|
|
||||||
void ripemd160_transform (const u32x w[16], u32x dgst[5])
|
static void ripemd160_transform (const u32x w[16], u32x dgst[5])
|
||||||
{
|
{
|
||||||
u32x a1 = dgst[0];
|
u32x a1 = dgst[0];
|
||||||
u32x b1 = dgst[1];
|
u32x b1 = dgst[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user