-
-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-37096: Fix
.multiplication_by_m
when m is not coprime to charact…
…eristic (#6413) *Almost* fixes #6413 - doesn't work for function fields Compute pth multiplication coordinate maps by using isogenies. The multivariate substitution step is VERY slow, and I don't know how to fix it. I think the reason might also be the elements live in the fraction field. Thanks @yyyyx4 for the idea! #sd123 🚀 URL: #37096 Reported by: grhkm21 Reviewer(s): grhkm21, Lorenz Panny
- Loading branch information
Showing
2 changed files
with
76 additions
and
16 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