sha512 -package:sbv

For those for whom only the biggest hashes will do, this computes the SHA-512 hash of the given ByteString. The output will be 64 bytes, or 512 bits, long.
Calculate SHA512 hash.
SHA512 cryptographic hash algorithm
A module containing SHA512 bindings
A module containing SHA-512 bindings
Represents the SHA512 hash.
SHA512 is a member of the SHA2 family which outputs messages digests of 64 bytes (512 bits).
Similar to sha512 but use an incremental interface. When the decoder has been completely fed, completeSha512Incremental must be used so it can finish successfully.
SHA512t (224 bits) cryptographic hash algorithm
SHA512t (256 bits) cryptographic hash algorithm
A module containing SHA512/t
A module containing SHA-512/t bindings