# Target MD5 hash to find (this is the MD5 of 'secret' for demonstration) TARGET_HEX = hashlib.md5(b"secret").hexdigest() # change to your own hash if you test # OpenCL kernel code that runs on the ...
Note from Dec 2022: The code here work beautifully and I plan to continue making minor bug fixes maintaining the current functionality. But I no longer will be making any improvements to this project.