factor: Factoring integers and polynomials
This package implements a library of factoring algorithms, including the number field sieve for factoring arbitrary integers, the elliptic curve method for finding small factors of integers, the Miller-Rabin probabilistic primality test for integers, the Berlekamp-Zassenhaus algorithm for factoring integer polynomials, the Berlekamp algorithm for factoring polynomials over GF(p) (for small primes p), and the Cantor–Zassenhaus algorithm for factoring polynomials over GF(p) (for arbitrary odd primes p).
[Skip to Readme]
Modules
- Factor
- Factor.Bz
- Factor.Ec
- Factor.Gaussian
- Factor.Gfpx
- Factor.Nfs
- Factor.Nfzw
- Factor.Prime
- Factor.Term
- Factor.Util
- Factor.Value
- Factor.Zx
Downloads
- factor-1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |
---|---|
Dependencies | base (>=4.0 && <5.0), containers (>=0.5.7.1), factor, parsec (>=3.1), pretty (>=1.1), random (>=1.0.1.1), time (>=1.6.0.1) [details] |
License | MIT |
Author | Joe Leslie-Hurd <joe@gilith.com> |
Maintainer | Joe Leslie-Hurd <joe@gilith.com> |
Category | Number Theory |
Source repo | head: git clone git://github.com/gilith/factor.git |
Uploaded | by JoeHurd at 2020-12-27T07:36:35Z |
Distributions | NixOS:1.6 |
Executables | factor |
Downloads | 1072 total (7 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2020-12-27 [all 3 reports] |