You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a prime_factors.db database, similar to conway_polys.db, that contains prime factorizations for p^m +/- 1. This will greatly speed up factoring p^m - 1 during verification in galois.GF(p**m).
Add a
prime_factors.db
database, similar toconway_polys.db
, that contains prime factorizations forp^m +/- 1
. This will greatly speed up factoringp^m - 1
during verification ingalois.GF(p**m)
.Thanks to pivis for the idea: #187 (comment)
https://homes.cerias.purdue.edu/~ssw/cun/third/pmain901
The text was updated successfully, but these errors were encountered: