package util import ( "fmt" "crypto/sha1" ) func Sha1Sum(input string) []byte{ }