Ask Your Question

MikaBowl's profile - activity

2020-12-14 18:35:30 +0200 received badge  Famous Question (source)
2019-08-07 06:50:14 +0200 received badge  Notable Question (source)
2017-02-08 22:52:44 +0200 received badge  Popular Question (source)
2016-11-04 17:53:02 +0200 received badge  Nice Question (source)
2015-04-28 03:07:07 +0200 received badge  Student (source)
2015-04-28 02:12:45 +0200 asked a question Listing a few points in an elliptic curve

I have a generated elliptic curve of a modulus. I want to list just a few points on it (doesn't matter what they are, I just need one or two) and I was hoping to do:

E.points()

However due to the size of the curve this generates the error:

OverflowError: range() result has too many items

Is there any way I can make it list just a few points?