mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 20:39:17 +00:00
Merge branch 'fix_m13500_a0' of https://github.com/matrix/hashcat into matrix-fix_m13500_a0
This commit is contained in:
commit
00fa309815
@ -17,7 +17,7 @@
|
||||
#include "inc_rp.cl"
|
||||
#include "inc_simd.cl"
|
||||
|
||||
void memcat64c_be (u32x block[16], const u32 offset, u32x carry[16])
|
||||
static void memcat64c_be (u32x block[16], const u32 offset, u32x carry[16])
|
||||
{
|
||||
const u32 mod = offset & 3;
|
||||
const u32 div = offset / 4;
|
||||
|
Loading…
Reference in New Issue
Block a user