From 1802ebcd003c398751fb8d9268c13dfd129c9ac3 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Thu, 2 May 2019 20:53:02 -0700 Subject: [PATCH] use imohash --- src/utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/utils.go b/src/utils/utils.go index a9665b80..5debe330 100644 --- a/src/utils/utils.go +++ b/src/utils/utils.go @@ -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) {