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
The simplest function, gives you the MD5 of a string as 4-tuple of 32bit words.
class MD5 a where
Anything we want to work out the MD5 of must be an instance of class MD5