const crypto.SHA1
15 uses
	crypto (current package)
		crypto.go#L29: 	case SHA1:
		crypto.go#L71: 	SHA1                        // import crypto/sha1
		crypto.go#L94: 	SHA1:        20,
	crypto/rsa
		pkcs1v15.go#L266: 	crypto.SHA1:      {0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2b, 0x0e, 0x03, 0x02, 0x1a, 0x05, 0x00, 0x04, 0x14},
	crypto/sha1
		sha1.go#L19: 	crypto.RegisterHash(crypto.SHA1, New)
	crypto/tls
		auth.go#L113: 		hash = crypto.SHA1
		auth.go#L136: 		return signatureECDSA, crypto.SHA1, nil
		auth.go#L164: 	{PKCS1WithSHA1, 15 + crypto.SHA1.Size() + 11, VersionTLS12},
		handshake_client_tls13.go#L558: 	if sigType == signaturePKCS1v15 || sigHash == crypto.SHA1 {
		handshake_server_tls13.go#L943: 		if sigType == signaturePKCS1v15 || sigHash == crypto.SHA1 {
	crypto/x509
		x509.go#L364: 	{SHA1WithRSA, "SHA1-RSA", oidSignatureSHA1WithRSA, RSA, crypto.SHA1},
		x509.go#L365: 	{SHA1WithRSA, "SHA1-RSA", oidISOSignatureSHA1WithRSA, RSA, crypto.SHA1},
		x509.go#L372: 	{DSAWithSHA1, "DSA-SHA1", oidSignatureDSAWithSHA1, DSA, crypto.SHA1},
		x509.go#L374: 	{ECDSAWithSHA1, "ECDSA-SHA1", oidSignatureECDSAWithSHA1, ECDSA, crypto.SHA1},
		x509.go#L894: 	case crypto.SHA1:
|  | The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |