cryptohash-0.6.1: collection of crypto hashes, fast, pure and practicalContentsIndex
Data.CryptoHash.SHA512
Portabilityunknown
Stabilityexperimental
MaintainerVincent Hanquez <vincent@snarc.org>
Contents
Incremental hashing Functions
Single Pass hashing
Description
compatibility module for SHA512. use Crypto.Hash.SHA512 instead.
Synopsis
data Ctx = Ctx !ByteString
init :: Ctx
update :: Ctx -> ByteString -> Ctx
finalize :: Ctx -> ByteString
hash :: ByteString -> ByteString
hashlazy :: ByteString -> ByteString
Documentation
data Ctx
Constructors
Ctx !ByteString
show/hide Instances
Incremental hashing Functions
init :: Ctx
update :: Ctx -> ByteString -> Ctx
finalize :: Ctx -> ByteString
Single Pass hashing
hash :: ByteString -> ByteString
hashlazy :: ByteString -> ByteString
Produced by Haddock version 2.7.2