summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-11Add an experimental CUDA program to find the hashHEADmastercflip
Since the CPU can only do things so fast, I'd like to use GPU acceleration to speed up the process. This simple CUDA program is able to find hashes up to about 5 characters long, but doesn't seem to work after that. Eventually I'd like to integrate this with the main program instead of compiling a separate executable.
2022-12-11Use 64-bit integers to store hashescflip
2022-12-11Fix typo in function namecflip
2022-12-11Implement multithreadingcflip
2022-12-11Initial commitcflip