const crypto.MD5
7 uses
crypto (current package)
crypto.go#L27: case MD5:
crypto.go#L70: MD5 // import crypto/md5
crypto.go#L93: MD5: 16,
crypto/md5
md5.go#L21: crypto.RegisterHash(crypto.MD5, New)
crypto/rsa
pkcs1v15.go#L208: crypto.MD5: {0x30, 0x20, 0x30, 0x0c, 0x06, 0x08, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x05, 0x05, 0x00, 0x04, 0x10},
crypto/x509
x509.go#L336: {MD5WithRSA, "MD5-RSA", oidSignatureMD5WithRSA, RSA, crypto.MD5},
x509.go#L839: case crypto.MD5:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)