how to avoid error " OverflowError: Python int too large to convert to C long

asked 2017-11-14 18:41:40 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

edit retag flag offensive close merge delete

Comments

1

Please use that button with

101
010

to mark code. As above! Else all we get is a mess.

Again, i have no chance to understand the question.

  • We do not have the curve.
  • We have points that contain a z, which is an element of a polynomial ring. This ring has infinitely many elements. So the points do not live over a finite field.
  • Please give a reference to the curve, where is its equation? Where does the point $(x,y)$ come from?
  • You have implemented an algorithm for point addition and multiplication again and again. OK. Here we will use the one provided by sage. This information is misleading.
  • What does it mean i want to compute line equation of elliptic curve using above x and y in terms of z? Which "Line equation"?
  • How does the error arise? Give the code!
dan_fulea gravatar imagedan_fulea ( 2017-11-14 22:47:43 +0200 )edit