Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Early abort for E.cardinality()

I loop through curves to find one with prime cardinality. In order to speed up the process, it would be convenient to have early abort option, so that whenever some prime factor of cardinality is found, the algorithm skips that curve and goes to the next one. Any suggestions how this can be done?