Skip to content

masterZSH/hfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hfile

get hash of a file

Install

go get github.com/masterZSH/hfile

Usage

hfile.Hash(filename)
hfile.HashString(filename)

Cli

hfile hash filename

Performance

benchmark test

cpu: Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz BenchmarkHash-8 19050 63015 ns/op 4937 B/op 8 allocs/op