 | cryptohash-0.6.1: collection of crypto hashes, fast, pure and practical | Contents | Index |
|
Crypto.Hash.Skein512 | Portability | unknown | Stability | experimental | Maintainer | Vincent Hanquez <vincent@snarc.org> |
|
|
|
|
|
Description |
A module containing Skein512 bindings
|
|
Synopsis |
|
|
|
Documentation |
|
data Ctx |
Constructors | | Instances | |
|
|
data Skein512 |
Instances | |
|
|
Incremental hashing Functions
|
|
init :: Int -> Ctx |
init a context
|
|
update :: Ctx -> ByteString -> Ctx |
update a context with a bytestring
|
|
finalize :: Ctx -> ByteString |
finalize the context into a digest bytestring
|
|
Single Pass hashing
|
|
hash :: Int -> ByteString -> ByteString |
hash a strict bytestring into a digest bytestring
|
|
hashlazy :: Int -> ByteString -> ByteString |
hash a lazy bytestring into a digest bytestring
|
|
Produced by Haddock version 2.7.2 |