const crypto.SHA512
12 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#L104: case hash == crypto.SHA512: // Ed25519ph
ed25519.go#L223: case opts.Hash == crypto.SHA512: // Ed25519ph
crypto/sha512
sha512.go#L22: crypto.RegisterHash(crypto.SHA512, New)
crypto/tls
auth.go#L120: hash = crypto.SHA512
auth.go#L158: {PSSWithSHA512, crypto.SHA512.Size()*2 + 2, VersionTLS13},
auth.go#L164: {PKCS1WithSHA512, 19 + crypto.SHA512.Size() + 11, VersionTLS12},
crypto/x509
x509.go#L376: {SHA512WithRSA, "SHA512-RSA", oidSignatureSHA512WithRSA, asn1.NullRawValue, RSA, crypto.SHA512, false},
x509.go#L379: {SHA512WithRSAPSS, "SHA512-RSAPSS", oidSignatureRSAPSS, pssParametersSHA512, RSA, crypto.SHA512, true},
x509.go#L385: {ECDSAWithSHA512, "ECDSA-SHA512", oidSignatureECDSAWithSHA512, emptyRawValue, ECDSA, crypto.SHA512, false},