HAppS-Util-0.9.2.1: Web frameworkContentsIndex
HAppS.Crypto.MD5
Synopsis
md5 :: ByteString -> ByteString
md5Update :: MD5Context -> ByteString -> MD5Context
md5Finalize :: MD5Context -> ByteString
data MD5Context
md5File :: String -> IO ()
applyMD5Rounds :: MD5Partial -> ByteString -> MD5Partial
test :: IO ()
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