[nonworking] Groestl hash addition

This commit is contained in:
Russ Magee 2021-11-22 09:26:42 -08:00
parent 02e379e50d
commit 56f62709ad
6 changed files with 18 additions and 2 deletions

View file

@ -553,7 +553,8 @@ func main() {
flag.Var(&aHMACAlgs, "aH", "Allowed `HMAC`s (eg. '-aH HMACAlgA -aH HMACAlgB ...')" + `
H_all
H_SHA256
H_SHA512`)
H_SHA512
H_GROESTL256`)
flag.Parse()