|
Crypto.Hash.SHA512 | Portability | unknown | Stability | experimental | Maintainer | Vincent Hanquez <vincent@snarc.org> |
|
|
|
|
|
Description |
A module containing SHA512 bindings
|
|
Synopsis |
|
|
|
Documentation |
|
|
Constructors | | Instances | |
|
|
|
Instances | |
|
|
Incremental hashing Functions
|
|
|
init a context
|
|
|
init a context using FIPS 180-4 for truncated SHA512
|
|
|
update a context with a bytestring
|
|
|
finalize the context into a digest bytestring
|
|
Single Pass hashing
|
|
|
hash a strict bytestring into a digest bytestring
|
|
|
hash a lazy bytestring into a digest bytestring
|
|
Produced by Haddock version 2.6.1 |