From fef1c3ca3b641f76e08b56d975230d1f35f16901 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Fri, 3 May 2019 07:35:27 -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 78a869f..24deefc 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) {