func crypto/sha3.New384

2 uses

	crypto/sha3 (current package)
		sha3.go#L19: 	crypto.RegisterHash(crypto.SHA3_384, func() hash.Hash { return New384() })
		sha3.go#L120: func New384() *SHA3 {