const crypto.SHA512

17 uses

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

	crypto/rsa
		pkcs1v15.go#L213: 	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#L22: 	crypto.RegisterHash(crypto.SHA512, New)
		sha512.go#L150: 	case crypto.SHA512:
		sha512.go#L177: 	case d.function == crypto.SHA512 && string(b[:len(magic512)]) == magic512:
		sha512.go#L214: 	d := &digest{function: crypto.SHA512}
		sha512.go#L333: 	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#L341: 	{SHA512WithRSA, "SHA512-RSA", oidSignatureSHA512WithRSA, RSA, crypto.SHA512},
		x509.go#L344: 	{SHA512WithRSAPSS, "SHA512-RSAPSS", oidSignatureRSAPSS, RSA, crypto.SHA512},
		x509.go#L350: 	{ECDSAWithSHA512, "ECDSA-SHA512", oidSignatureECDSAWithSHA512, ECDSA, crypto.SHA512},
		x509.go#L364: 	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#L1381: 			hashFunc = crypto.SHA512