Jump to content

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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.