mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-24 08:58:13 +00:00
Merge branch 'matrix-fix_m11700_a0'
This commit is contained in:
commit
4263cde491
@ -2235,7 +2235,7 @@ __constant u64 sbob_rc64[12][8] =
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
void streebog_g (u64x h[8], const u64x m[8], __local u64 (*s_sbob_sl64)[256])
|
static void streebog_g (u64x h[8], const u64x m[8], __local u64 (*s_sbob_sl64)[256])
|
||||||
{
|
{
|
||||||
u64x k[8];
|
u64x k[8];
|
||||||
u64x s[8];
|
u64x s[8];
|
||||||
|
Loading…
Reference in New Issue
Block a user