aboutsummaryrefslogtreecommitdiff
path: root/src/cm/custom.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement complex multiplication even for composite order curves.J08nY2018-07-071-216/+0
* Fix some edge cases of supersingular generation method.J08nY2018-07-021-5/+9
* Fix PARI stack leak in custom CM method.J08nY2018-04-221-7/+7
* Fix custom CM method.feature/cm-retryJ08nY2018-04-101-73/+14
* Retry looking for the correct discriminant in CM.J08nY2018-04-101-62/+166
* Properly handle edge-cases for CM method.J08nY2018-04-091-4/+6
* Remove unused code in custom CM method.J08nY2018-04-091-53/+1
* Add the custom CM method, finally working.J08nY2018-04-091-53/+145
* Use computed precision in p1363.J08nY2018-04-071-8/+4
* Added custom CM generation skeleton.J08nY2018-04-071-0/+129