Sorry, for curves like this (the j-invariant is in GF(2^163) and has
degree 163) the current implementation is hopeless, as it uses
Baby-Step-Giant-Step with memory usage about q^(1/4), more than you
are likely to have.
There are certainly better methods for point-counting on large binary
fields, but they are not available in Sage right now. If you fancy
implementing something, go ahead!
John Cremona
PS With your field K,
sage: E =EllipticCurve(K,[1,1,0,0,1])
sage: E.order()
11692013098647223345629483507196896696658237148126
is instantaneous since it does the counting in GF(2), but that is as
clever as it gets.
> --
> You received this message because you are subscribed to the Google Groups "sage-nt" group.
> To post to this group, send an email to
sag...@googlegroups.com.
> To unsubscribe from this group, send email to
sage-nt+u...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/sage-nt?hl=en-GB.
>