use imohash

This commit is contained in:
Zack Scholl 2019-05-02 20:53:02 -07:00
parent ee38e7243e
commit 1802ebcd00
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ func GetInput(prompt string) string {
// HashFile returns the hash of a file
func HashFile(fname string) (hash256 []byte, err error) {
return XXHashFile(fname)
return IMOHashFile(fname)
}
func MD5HashFile(fname string) (hash256 []byte, err error) {