Jump to content

Parallel brute force: Difference between revisions

m
Line 753:
</ul>
<br/>
<lang haskell>import Crypto.Hash (hashWith, SHA256 (..), Digest, digestFromByteString)
<lang haskell>{-# LANGUAGE OverloadedStrings #-}
 
import Crypto.Hash (hashWith, SHA256 (..), Digest, digestFromByteString)
import Control.Monad (replicateM, join)
import Control.Monad.Par (runPar, get, spawnP)
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.