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
1 changed files with 2 additions and 2 deletions

View File

@ -420,8 +420,8 @@ KERNEL_FQ void m00610_s04 (KERN_ATTR_BASIC ())
w2[3] |= s2[3];
w3[0] |= s3[0];
w3[1] |= s3[1];
w3[0] |= s3[2];
w3[1] |= s3[3];
w3[2] |= s3[2];
w3[3] |= s3[3];
/**
* blake2b