const crypto.SHA512

19 uses

	crypto (current package)
		crypto.go#L37: 	case SHA512:
		crypto.go#L75: 	SHA512                      // import crypto/sha512
		crypto.go#L98: 	SHA512:      64,

	crypto/ed25519
		ed25519.go#L95: 	case hash == crypto.SHA512: // Ed25519ph
		ed25519.go#L275: 	case opts.Hash == crypto.SHA512: // Ed25519ph

	crypto/rsa
		pkcs1v15.go#L270: 	crypto.SHA512:    {0x30, 0x51, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03, 0x05, 0x00, 0x04, 0x40},

	crypto/sha512
		sha512.go#L23: 	crypto.RegisterHash(crypto.SHA512, New)
		sha512.go#L151: 	case crypto.SHA512:
		sha512.go#L178: 	case d.function == crypto.SHA512 && string(b[:len(magic512)]) == magic512:
		sha512.go#L212: 	d := &digest{function: crypto.SHA512}
		sha512.go#L347: 	d := digest{function: crypto.SHA512}

	crypto/tls
		auth.go#L119: 		hash = crypto.SHA512
		auth.go#L157: 	{PSSWithSHA512, crypto.SHA512.Size()*2 + 2, VersionTLS13},
		auth.go#L163: 	{PKCS1WithSHA512, 19 + crypto.SHA512.Size() + 11, VersionTLS12},

	crypto/x509
		x509.go#L368: 	{SHA512WithRSA, "SHA512-RSA", oidSignatureSHA512WithRSA, RSA, crypto.SHA512},
		x509.go#L371: 	{SHA512WithRSAPSS, "SHA512-RSAPSS", oidSignatureRSAPSS, RSA, crypto.SHA512},
		x509.go#L377: 	{ECDSAWithSHA512, "ECDSA-SHA512", oidSignatureECDSAWithSHA512, ECDSA, crypto.SHA512},
		x509.go#L391: 	crypto.SHA512: asn1.RawValue{FullBytes: []byte{48, 52, 160, 15, 48, 13, 6, 9, 96, 134, 72, 1, 101, 3, 4, 2, 3, 5, 0, 161, 28, 48, 26, 6, 9, 42, 134, 72, 134, 247, 13, 1, 1, 8, 48, 13, 6, 9, 96, 134, 72, 1, 101, 3, 4, 2, 3, 5, 0, 162, 3, 2, 1, 64}},
		x509.go#L1429: 			hashFunc = crypto.SHA512