cryptohash-0.6.1: collection of crypto hashes, fast, pure and practical

Portabilityunknown
Stabilityexperimental
MaintainerVincent Hanquez <vincent@snarc.org>

Data.CryptoHash.MD5

Contents

Description

compatibility module for MD5. use Crypto.Hash.MD5 instead.

Synopsis

Documentation

data Ctx

Constructors

Ctx !ByteString 

Instances

Storable Ctx 

Incremental hashing Functions

update :: Ctx -> ByteString -> Ctx

finalize :: Ctx -> ByteString

Single Pass hashing

hash :: ByteString -> ByteString

hashlazy :: ByteString -> ByteString