Portability | portable |
---|---|
Stability | provisional |
Maintainer | Ian Lynagh <igloo@earth.li> |
Safe Haskell | None |
Data.Hash.MD5
Description
Generation of MD5sums
Written by Ian Lynagh, igloo@earth.li
Documentation
md5 :: MD5 a => a -> ABCDSource
The simplest function, gives you the MD5 of a string as 4-tuple of 32bit words.
Anything we want to work out the MD5 of must be an instance of class MD5
Constructors
ABCD (Word32, Word32, Word32, Word32) |