func crypto/sha3.New224

3 uses

	crypto/sha3 (current package)
		sha3.go#L17: 	crypto.RegisterHash(crypto.SHA3_224, func() hash.Hash { return New224() })
		sha3.go#L111: func New224() *SHA3 {

	golang.org/x/crypto/sha3
		hashes.go#L25: 	return sha3.New224()