mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-18 14:18:11 +00:00
Merge branch 'fix_m07800_a1' of https://github.com/matrix/hashcat into matrix-fix_m07800_a1
This commit is contained in:
commit
acbab035ec
@ -53,7 +53,7 @@ static void SETSHIFTEDINT (u32 *a, const int n, const u32 v)
|
|||||||
a[d + 1] = l32_from_64_S (tmp);
|
a[d + 1] = l32_from_64_S (tmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
void sha1_transform (const u32 w0[4], const u32 w1[4], const u32 w2[4], const u32 w3[4], u32 digest[5])
|
static void sha1_transform (const u32 w0[4], const u32 w1[4], const u32 w2[4], const u32 w3[4], u32 digest[5])
|
||||||
{
|
{
|
||||||
u32 A = digest[0];
|
u32 A = digest[0];
|
||||||
u32 B = digest[1];
|
u32 B = digest[1];
|
||||||
@ -433,7 +433,7 @@ __kernel void m07800_m04 (__global pw_t *pws, __global const kernel_rule_t *rule
|
|||||||
|
|
||||||
u32 final_len = pw_len;
|
u32 final_len = pw_len;
|
||||||
|
|
||||||
int i;
|
u32 i;
|
||||||
|
|
||||||
// append MagicArray
|
// append MagicArray
|
||||||
|
|
||||||
@ -753,7 +753,7 @@ __kernel void m07800_s04 (__global pw_t *pws, __global const kernel_rule_t *rule
|
|||||||
|
|
||||||
u32 final_len = pw_len;
|
u32 final_len = pw_len;
|
||||||
|
|
||||||
int i;
|
u32 i;
|
||||||
|
|
||||||
// append MagicArray
|
// append MagicArray
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user