func crypto/ecdsa.ParseUncompressedPublicKey
2 uses
crypto/ecdsa (current package)
ecdsa.go#L107: func ParseUncompressedPublicKey(curve elliptic.Curve, data []byte) (*PublicKey, error) {
crypto/x509
parser.go#L295: return ecdsa.ParseUncompressedPublicKey(namedCurve, data)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)