default to sha1

This commit is contained in:
Stephen McQuay 2015-12-10 14:46:06 -08:00
parent e523a510e1
commit 54ae8e472e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
"os"
)
var algo = flag.String("a", "sha256", "algorithm to use")
var algo = flag.String("a", "sha1", "algorithm to use")
func main() {
flag.Parse()