Parallel brute force: Difference between revisions

Content added Content deleted
m (Moved variable "s".)
m (Added compilation option.)
Line 1,412: Line 1,412:
{{libheader|Nimcrypto}}
{{libheader|Nimcrypto}}
Using a thread for each starting character.
Using a thread for each starting character.
Note that the program must be compiled with option --threads:on.
<lang Nim>import strutils, threadpool
<lang Nim>import strutils, threadpool
import nimcrypto
import nimcrypto