forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sagemathgh-36665: implement Bröker's algorithm for constructing super…
…singular curves In this patch, we add a function `special_supersingular_curve()` to construct a supersingular elliptic curve defined over a given $\mathbb F_p$ having a small-degree endomorphism which anticommutes with Frobenius. The function optionally constructs and returns the endomorphism as an explicit isogeny; this should prove useful later when we have better tools for endomorphism rings. Bröker's algorithm is both the standard approach for finding **a** supersingular elliptic curve in given characteristic, as well as part of the setup for several algorithms dealing with endomorphism rings: The special endomorphism together with Frobenius forms a generating set of the endomorphism *algebra*. Cc: @JohnCremona @defeo @GiacomoPope @remyoudompheng URL: sagemath#36665 Reported by: Lorenz Panny Reviewer(s): John Cremona, Lorenz Panny
- Loading branch information
Showing
3 changed files
with
204 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters