func crypto/elliptic.Unmarshal
3 uses
crypto/elliptic (current package)
elliptic.go#L340: func Unmarshal(curve Curve, data []byte) (x, y *big.Int) {
crypto/tls
key_schedule.go#L170: x, y := elliptic.Unmarshal(curve, peerPublicKey)
crypto/x509
x509.go#L992: x, y := elliptic.Unmarshal(namedCurve, asn1Data)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)