Versions in this module Expand all Collapse all v1 v1.1.4 Oct 22, 2024 v1.1.2 Jun 27, 2024 Changes in this version + func HashFile(h hash.Hash, file string) ([]byte, error) v1.1.1 Dec 13, 2023 Changes in this version + func Blake2b256Sum(file string) ([]byte, error) + func Blake2b384Sum(file string) ([]byte, error) + func Blake2b512Sum(file string) ([]byte, error) + func Blake2s256Sum(file string) ([]byte, error) + func Crc32Sum(file string) ([]byte, error) + func Crc64Sum(file string) ([]byte, error) + func Hash(h hash.Hash, file string) ([]byte, error) + func Md5Sum(file string) ([]byte, error) + func Sha1Sum(file string) ([]byte, error) + func Sha256Sum(file string) ([]byte, error) + func Sha512Sum(file string) ([]byte, error)