mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-10 08:38:11 +00:00
Fix typo in OpenCL/m11800_a3-optimized.cl
This commit is contained in:
parent
59ec6ac2e1
commit
4cdff67011
@ -523,7 +523,7 @@ KERNEL_FQ void m11800_s08 (KERN_ATTR_BASIC ())
|
|||||||
* shared lookup table
|
* shared lookup table
|
||||||
*/
|
*/
|
||||||
|
|
||||||
LOCAL_AS u64 s_sbob512_sl64[8][256];
|
LOCAL_AS u64 s_sbob_sl64[8][256];
|
||||||
|
|
||||||
for (u32 i = lid; i < 256; i += lsz)
|
for (u32 i = lid; i < 256; i += lsz)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user