| Copyright | Copyright (C) 2001 Ian Lynagh |
|---|---|
| License | BSD-3-Clause OR GPL-2.0-or-later |
| Maintainer | Ian Lynagh <igloo@earth.li> |
| Stability | stable |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Data.Hash.MD5
Description
Generation of MD5sums
Written by Ian Lynagh, igloo@earth.li
Documentation
md5 :: MD5 a => a -> ABCD Source #
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) |
Constructors
| Str String |
Constructors
| BoolList [Bool] |