| |||||||||||||
| |||||||||||||
| Synopsis | |||||||||||||
| |||||||||||||
| Documentation | |||||||||||||
| md5 :: ByteString -> ByteString | |||||||||||||
| Will read the lazy ByteString and return the md5 digest. Some application might want to wrap this function for type safty. | |||||||||||||
| md5Update :: MD5Context -> ByteString -> MD5Context | |||||||||||||
| md5Finalize :: MD5Context -> ByteString | |||||||||||||
| data MD5Context | |||||||||||||
| md5File :: String -> IO () | |||||||||||||
| applyMD5Rounds :: MD5Partial -> ByteString -> MD5Partial | |||||||||||||
| test :: IO () | |||||||||||||
| Produced by Haddock version 2.1.0 |