crypto/elliptic.Curve.IsOnCurve (method)

3 uses

	crypto/elliptic (current package)
		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) {