const BlockSize = 128
The blocksize of SHA512 and SHA384 in bytes.
const Size = 64
The size of a SHA512 checksum in bytes.
const Size384 = 48
The size of a SHA384 checksum in bytes.
func New() hash.Hash
New returns a new hash.Hash computing the SHA512 checksum.
func New384() hash.Hash
New384 returns a new hash.Hash computing the SHA384 checksum.