Copyright | (c) Eric Mertens 2021 |
---|---|
License | ISC |
Maintainer | emertens@gmail.com |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- main :: IO ()
- hashmd5 :: ByteString -> ByteString
- iteratedHash :: Int -> ByteString -> ByteString
- seed :: String -> Int -> ByteString
- solve :: String -> Int -> Int
- search :: [String] -> [Int]
Documentation
hashmd5 :: ByteString -> ByteString Source #
Hash a bytestring to to ASCII encoded, lowercase hex
iteratedHash :: Int -> ByteString -> ByteString Source #