Skip to content

rools/quadratic-sieve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Created as a school project when Pollard's rho algorithm didn't give satisfactory performance.

Build

  • Requires GMP
  • Build by running make

Usage

The factorizer reads line-separated numbers from stdin and outputs the factors to stdout. Run the sample input using ./quadratic_sieve < sample.in.

About

Quadratic sieve factorizer for numbers up to 100 bits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages