const crypto/x509.SHA512WithRSAPSS

4 uses

	crypto/x509 (current package)
		x509.go#L232: 	SHA512WithRSAPSS
		x509.go#L379: 	{SHA512WithRSAPSS, "SHA512-RSAPSS", oidSignatureRSAPSS, pssParametersSHA512, RSA, crypto.SHA512, true},
		x509.go#L466: 		return SHA512WithRSAPSS

	github.com/jackc/pgx/v5/pgconn
		auth_scram.go#L391: 	case x509.SHA512WithRSA, x509.SHA512WithRSAPSS, x509.ECDSAWithSHA512: