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

Portabilityunknown
Stabilityexperimental
MaintainerVincent Hanquez <vincent@snarc.org>

Data.CryptoHash.SHA384

Contents

Description

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