Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 819 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 819 Bytes

cuda-timelock

License Build Status

cuda-timelock is code to solve timelock puzzles in parallel, using a GPU. While a GPU is not the best in terms of latency for each individual multiple precision operation, the goal is to increase throughput on traditional hardware.

Requirements