func crypto/sha3.Sum256

2 uses

	crypto/sha3 (current package)
		sha3.go#L33: func Sum256(data []byte) [32]byte {

	golang.org/x/crypto/sha3
		hashes.go#L76: 	return sha3.Sum256(data)