I was wondering if it is possible to extend the the function generate_anomalous_q to generate curves with more types of prime numbers, as mentioned in this paper for the case (Case hD ≥ 2.)
(https://doi.org/10.1016/j.ipl.2004.11.008)
Edit:
in this file shared/ecc.py you mentioned you'll implement "Accelerating the CM method" by Sutherland. Would you be able to do that? That might help to generate elliptic curve with a given order
I was wondering if it is possible to extend the the function
generate_anomalous_qto generate curves with more types of prime numbers, as mentioned in this paper for the case (Case hD ≥ 2.)(https://doi.org/10.1016/j.ipl.2004.11.008)
Edit:
in this file shared/ecc.py you mentioned you'll implement "Accelerating the CM method" by Sutherland. Would you be able to do that? That might help to generate elliptic curve with a given order