Skip to content
/ MPQS Public

MPQS : The quadratic sieve algorithm (QS) is an integer factorization algorithm, MPQS is the parallel version of it, this version is programmed in C using MPI.

Notifications You must be signed in to change notification settings

Adnene93/MPQS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MPQS

MPQS : The quadratic sieve algorithm (QS) is an integer factorization algorithm, MPQS is the parallel version of it, this version is programmed in C using MPI. #Compilation mpicc -o factorize factorize.c -lgmp -lm

#execute mpirun -np 1 --hostfile=hostfile ./factorize n where np is the number of process and n is the semiprime to factorize

About

MPQS : The quadratic sieve algorithm (QS) is an integer factorization algorithm, MPQS is the parallel version of it, this version is programmed in C using MPI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages