1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

In the a3 610 kernel single function, apply correctly the last two characters of the salt

This commit is contained in:
tweqx 2022-05-25 22:59:27 +02:00
parent ebcf5bfe20
commit 42c4c1d72f

View File

@ -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