Versions in this module Expand all Collapse all v1 v1.0.2 Jun 8, 2021 v1.0.1 Feb 24, 2021 Changes in this version + func HashOfBytes(data []byte, salt []byte) []byte + func HashOfString(s string, salt []byte) []byte + func Sum512(data []byte) [cDigestBytes]byte + type Hash struct + func New() Hash + func (ob *Hash) Write(data []byte) (n int, err error)