Parallel brute force: Difference between revisions

m
Line 826:
hashed = hashWith SHA256 bStr
 
searchWorker :: Chan [TestString] -> Chan (Encrypted, StringDecrypted) -> IO ()
searchWorker batchChan resultChan = forever (readChan batchChan >>= writeList2Chan resultChan . foldr findMatch [])
 
Anonymous user