Cuda implementation of Pollard Rho algorithm. For further details read report/main.pdf.
- cpu contain version for cpu unit
- cuda_v1 contain first version of my implementation
- cuda_v2 contain second version, which is not that good
There are also some settings for school environment and nvvp files for profiling.