RcppBigIntAlgos: Factor Big Integers with the Quadratic Sieve

Features the multiple polynomial quadratic sieve (MPQS) algorithm for factoring large integers and a vectorized factoring function that returns the complete factorization of an integer. The MPQS is based off of the seminal work of Carl Pomerance (1984) <doi:10.1007/3-540-39757-4_17> along with the modification of multiple polynomials introduced by Peter Montgomery and J. Davis as outlined by Robert D. Silverman (1987) <doi:10.1090/S0025-5718-1987-0866119-8>. Utilizes the C library GMP (GNU Multiple Precision Arithmetic). The Pollard's rho algorithm for factoring smaller numbers is the same algorithm used by the factorize function in the 'gmp' package.

Version: 0.2.4
Depends: gmp
Imports: Rcpp
LinkingTo: Rcpp, RcppThread
Suggests: testthat, numbers, RcppAlgos
Published: 2020-06-22
Author: Joseph Wood [aut, cre], Free Software Foundation, Inc. [cph], Mike Tryczak [ctb]
Maintainer: Joseph Wood <jwood000 at gmail.com>
BugReports: https://github.com/jwood000/RcppBigIntAlgos/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: https://github.com/jwood000/RcppBigIntAlgos, https://gmplib.org/, http://mathworld.wolfram.com/QuadraticSieve.html, http://micsymposium.org/mics_2011_proceedings/mics2011_submission_28.pdf, https://www.math.colostate.edu/~hulpke/lectures/m400c/quadsievex.pdf, https://blogs.msdn.microsoft.com/devdev/2006/06/19/factoring-large-numbers-with-quadratic-sieve/
NeedsCompilation: yes
SystemRequirements: C++11, gmp (>= 4.2.3)
Materials: README NEWS
In views: NumericalMathematics
CRAN checks: RcppBigIntAlgos results

Downloads:

Reference manual: RcppBigIntAlgos.pdf
Package source: RcppBigIntAlgos_0.2.4.tar.gz
Windows binaries: r-devel: RcppBigIntAlgos_0.2.4.zip, r-release: RcppBigIntAlgos_0.2.4.zip, r-oldrel: RcppBigIntAlgos_0.2.4.zip
macOS binaries: r-release: RcppBigIntAlgos_0.2.4.tgz, r-oldrel: RcppBigIntAlgos_0.2.4.tgz
Old sources: RcppBigIntAlgos archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=RcppBigIntAlgos to link to this page.