<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Factor Big Integers with the Parallel Quadratic Sieve</dc:title>
  <dc:title>R package RcppBigIntAlgos version 1.1.0</dc:title>
  <dc:subject>CRAN Task View: NumericalMathematics (https://CRAN.R-project.org/view=NumericalMathematics)</dc:subject>
  <dc:description>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) &lt;doi:10.1007/3-540-39757-4_17&gt;
    along with the modification of multiple polynomials introduced by Peter
    Montgomery and J. Davis as outlined by Robert D. Silverman (1987)
    &lt;doi:10.1090/S0025-5718-1987-0866119-8&gt;. Utilizes the C library
    GMP (GNU Multiple Precision Arithmetic). For smaller integers, a simple
    Elliptic Curve algorithm is attempted followed by a constrained version of 
    Pollard's rho algorithm. The Pollard's rho algorithm is the same algorithm
    used by the factorize function in the 'gmp' package.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Imports: gmp</dc:relation>
  <dc:relation>LinkingTo: cpp11</dc:relation>
  <dc:relation>Suggests: testthat, numbers, RcppAlgos</dc:relation>
  <dc:creator>Joseph Wood &lt;jwood000@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Joseph Wood [aut, cre],
  Free Software Foundation, Inc. [cph],
  Mike Tryczak [ctb]</dc:contributor>
  <dc:rights>GPL (&gt;= 2)</dc:rights>
  <dc:date>2023-08-16</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=RcppBigIntAlgos</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.RcppBigIntAlgos</dc:identifier>
</oai_dc:dc>
