 | Crypto-4.2.1: Collects together existing Haskell cryptographic functions into a package | Contents | Index |
|
| Data.Digest.MD5 | | Portability | portable | | Stability | experimental | | Maintainer | dominic.steinitz@blueyonder.co.uk |
|
|
|
|
|
| Description |
| Takes the MD5 module supplied by Ian Lynagh and wraps it so it
takes [Octet] and returns [Octet] where the length of the result
is always 16.
See http://web.comlab.ox.ac.uk/oucl/work/ian.lynagh/
and http://www.ietf.org/rfc/rfc1321.txt.
|
|
| Synopsis |
|
|
|
|
| Function Types
|
|
| hash :: [Octet] -> [Octet] |
| Take [Octet] and return [Octet] according to the standard.
The length of the result is always 16 octets or 128 bits as required
by the standard.
|
|
| Produced by Haddock version 2.7.2 |