Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bitbynik/quadratic_sieve
- Owner: BitByNIK
- Created: 2024-10-22T13:01:34.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T13:02:35.000Z (2 months ago)
- Last Synced: 2024-12-06T13:39:00.872Z (19 days ago)
- Topics: cryptography, factorization, gmpy2, iitd, large-numbers, mpi, parallel-processing, quadratic-sieve
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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