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

3 uses

	golang.org/x/crypto/sha3 (current package)
		hashes.go#L28: func New256() hash.Hash {
		hashes.go#L77: 	h := New256()
		register.go#L16: 	crypto.RegisterHash(crypto.SHA3_256, New256)