mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-24 23:48:39 +00:00
Merge branch 'fix_m03200' of https://github.com/matrix/hashcat into matrix-fix_m03200
This commit is contained in:
commit
e42faf0b45
@ -364,7 +364,7 @@ __constant u32 c_sbox3[256] =
|
|||||||
L ^= P[17]; \
|
L ^= P[17]; \
|
||||||
}
|
}
|
||||||
|
|
||||||
void expand_key (u32 E[18], const u32 W[16], const u32 len)
|
static void expand_key (u32 E[18], const u32 W[16], const u32 len)
|
||||||
{
|
{
|
||||||
u8 *E_cur = (u8 *) E;
|
u8 *E_cur = (u8 *) E;
|
||||||
u8 *E_stop = E_cur + 72;
|
u8 *E_stop = E_cur + 72;
|
||||||
|
Loading…
Reference in New Issue
Block a user