default to sha256

This commit is contained in:
Stephen McQuay 2017-05-21 15:38:41 -07:00
parent 20485be72e
commit 691d096a39
No known key found for this signature in database
GPG Key ID: 1ABF428F71BAFC3D
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
"runtime"
)
var algo = flag.String("a", "sha1", "algorithm to use")
var algo = flag.String("a", "sha256", "algorithm to use")
var mode = flag.Bool("c", false, "check")
var ngo = flag.Int("n", runtime.NumCPU(), "number of goroutines")