const github.com/refraction-networking/utls.PSSWithSHA512

41 uses

	github.com/refraction-networking/utls (current package)
		auth.go#L102: 	case PSSWithSHA256, PSSWithSHA384, PSSWithSHA512:
		auth.go#L118: 	case PKCS1WithSHA512, PSSWithSHA512, ECDSAWithP521AndSHA512:
		auth.go#L157: 	{PSSWithSHA512, crypto.SHA512.Size()*2 + 2, VersionTLS13},
		common.go#L407: 	PSSWithSHA512 SignatureScheme = 0x0806
		common_string.go#L16: 	_ = x[PSSWithSHA512-2054]
		defaults.go#L38: 	PSSWithSHA512,
		defaults.go#L120: 	PSSWithSHA512,
		u_parrots.go#L69: 					PSSWithSHA512,
		u_parrots.go#L124: 					PSSWithSHA512,
		u_parrots.go#L205: 					PSSWithSHA512,
		u_parrots.go#L278: 					PSSWithSHA512,
		u_parrots.go#L350: 					PSSWithSHA512,
		u_parrots.go#L422: 					PSSWithSHA512,
		u_parrots.go#L495: 					PSSWithSHA512,
		u_parrots.go#L566: 					PSSWithSHA512,
		u_parrots.go#L639: 					PSSWithSHA512,
		u_parrots.go#L712: 					PSSWithSHA512,
		u_parrots.go#L786: 					PSSWithSHA512,
		u_parrots.go#L859: 					PSSWithSHA512,
		u_parrots.go#L932: 					PSSWithSHA512,
		u_parrots.go#L994: 					PSSWithSHA512,
		u_parrots.go#L1065: 					PSSWithSHA512,
		u_parrots.go#L1145: 					PSSWithSHA512,
		u_parrots.go#L1224: 					PSSWithSHA512,
		u_parrots.go#L1323: 						PSSWithSHA512,
		u_parrots.go#L1430: 						PSSWithSHA512,
		u_parrots.go#L1499: 					PSSWithSHA512,
		u_parrots.go#L1561: 					PSSWithSHA512,
		u_parrots.go#L1626: 					PSSWithSHA512,
		u_parrots.go#L1719: 					PSSWithSHA512,
		u_parrots.go#L1782: 					PSSWithSHA512,
		u_parrots.go#L1847: 						PSSWithSHA512,
		u_parrots.go#L1951: 						PSSWithSHA512,
		u_parrots.go#L2065: 						PSSWithSHA512,
		u_parrots.go#L2243: 						PSSWithSHA512,
		u_parrots.go#L2351: 						PSSWithSHA512,
		u_parrots.go#L2446: 					PSSWithSHA512,
		u_parrots.go#L2517: 					PSSWithSHA512,
		u_parrots.go#L2588: 					PSSWithSHA512,
		u_parrots.go#L2662: 					PSSWithSHA512,
		u_parrots.go#L3042: 			sigAndHashAlgos = append(sigAndHashAlgos, PSSWithSHA512)