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

Portabilityunknown
Stabilityexperimental
MaintainerVincent Hanquez <vincent@snarc.org>

Data.CryptoHash.MD2

Contents

Description

compatibility module for MD2. use Crypto.Hash.MD2 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