 | cryptohash-0.6.1: collection of crypto hashes, fast, pure and practical | Contents | Index |
|
| Crypto.Hash.MD5 | | Portability | unknown | | Stability | experimental | | Maintainer | Vincent Hanquez <vincent@snarc.org> |
|
|
|
|
|
| Description |
| A module containing MD5 bindings
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data Ctx |
| Constructors | | Instances | |
|
|
| data MD5 |
Instances | |
|
|
| Incremental hashing Functions
|
|
| init :: Ctx |
| init a context
|
|
| update :: Ctx -> ByteString -> Ctx |
| update a context with a bytestring
|
|
| finalize :: Ctx -> ByteString |
| finalize the context into a digest bytestring
|
|
| Single Pass hashing
|
|
| hash :: ByteString -> ByteString |
| hash a strict bytestring into a digest bytestring
|
|
| hashlazy :: ByteString -> ByteString |
| hash a lazy bytestring into a digest bytestring
|
|
| Produced by Haddock version 2.7.2 |