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

Portabilityunknown
Stabilityexperimental
MaintainerVincent Hanquez <vincent@snarc.org>

Data.CryptoHash.Skein512

Contents

Description

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

Synopsis

Documentation

data Ctx

Constructors

Ctx !ByteString 

Instances

Storable Ctx 

Incremental hashing Functions

init :: Int -> Ctx

update :: Ctx -> ByteString -> Ctx

finalize :: Ctx -> ByteString

Single Pass hashing

hash :: Int -> ByteString -> ByteString

hashlazy :: Int -> ByteString -> ByteString