func golang.org/x/crypto/sha3.New384

3 uses

	golang.org/x/crypto/sha3 (current package)
		hashes.go#L38: func New384() hash.Hash {
		hashes.go#L85: 	h := New384()
		register.go#L17: 	crypto.RegisterHash(crypto.SHA3_384, New384)