Skip to content

BitByNIK/quadratic_sieve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Quadratic Sieve

Implemeneted using GMP and MPI

Usage/Examples

mpirun -np n python factorize.py

where n is the number of cores you want to use