Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bitbynik/quadratic_sieve

COL759 Assignment-2
https://github.com/bitbynik/quadratic_sieve

cryptography factorization gmpy2 iitd large-numbers mpi parallel-processing quadratic-sieve

Last synced: 3 days ago
JSON representation

COL759 Assignment-2

Awesome Lists containing this project

README

        

# Parallel Quadratic Sieve

Implemeneted using GMP and MPI

## Usage/Examples

```bash
mpirun -np n python factorize.py
```

where n is the number of cores you want to use