-
-
Notifications
You must be signed in to change notification settings - Fork 552
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #16162: Cantor-Zassenhaus may enter infinite loop over GF(2**k) …
…and cannot be interrupted A solution is to use random polynomials just as for odd characteristic. This also replaces calls to `power_mod` by calls to `pow` with three arguments which uses implementation optimized code for modular exponentiation. URL: http://trac.sagemath.org/16162 Reported by: jpflori Ticket author(s): Jean-Pierre Flori Reviewer(s): Peter Bruin
- Loading branch information
Showing
2 changed files
with
48 additions
and
12 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