use imohash

This commit is contained in:
Zack Scholl 2019-05-03 07:35:27 -07:00
parent 9f9b93cf47
commit fef1c3ca3b
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) {