crypto/ecdsa.PrivateKey.IsOnCurve (method, view implemented interface methods)

3 uses

	crypto/elliptic
		elliptic.go#L31: 	IsOnCurve(x, y *big.Int) bool
		elliptic.go#L354: 	if !curve.IsOnCurve(x, y) {
		elliptic.go#L385: 	if !curve.IsOnCurve(x, y) {