Jump to content

Parallel brute force: Difference between revisions

m
Added compilation option.
m (Moved variable "s".)
m (Added compilation option.)
Line 1,412:
{{libheader|Nimcrypto}}
Using a thread for each starting character.
Note that the program must be compiled with option --threads:on.
<lang Nim>import strutils, threadpool
import nimcrypto
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.