mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
In the a3 610 kernel single function, apply correctly the last two characters of the salt
This commit is contained in:
parent
ebcf5bfe20
commit
42c4c1d72f
@ -420,8 +420,8 @@ KERNEL_FQ void m00610_s04 (KERN_ATTR_BASIC ())
|
|||||||
w2[3] |= s2[3];
|
w2[3] |= s2[3];
|
||||||
w3[0] |= s3[0];
|
w3[0] |= s3[0];
|
||||||
w3[1] |= s3[1];
|
w3[1] |= s3[1];
|
||||||
w3[0] |= s3[2];
|
w3[2] |= s3[2];
|
||||||
w3[1] |= s3[3];
|
w3[3] |= s3[3];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* blake2b
|
* blake2b
|
||||||
|
Loading…
Reference in New Issue
Block a user