func crypto/sha256.Sum256

2 uses

	crypto/sha256 (current package)
		sha256.go#L53: func Sum256(data []byte) [Size]byte {

	crypto/x509
		x509.go#L1745: 			h := sha256.Sum256(publicKeyBytes)