From 42c4c1d72faf3de0c68d23e29a5fb035746352f9 Mon Sep 17 00:00:00 2001 From: tweqx Date: Wed, 25 May 2022 22:59:27 +0200 Subject: [PATCH] In the a3 610 kernel single function, apply correctly the last two characters of the salt --- OpenCL/m00610_a1-optimized.cl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenCL/m00610_a1-optimized.cl b/OpenCL/m00610_a1-optimized.cl index e50f6955c..a6728bce4 100644 --- a/OpenCL/m00610_a1-optimized.cl +++ b/OpenCL/m00610_a1-optimized.cl @@ -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