Releases: basilegithub/Multiple-Polynomial-Quadratic-Sieve-C
Releases · basilegithub/Multiple-Polynomial-Quadratic-Sieve-C
MPQS v3.0.0
New features include :
- Double large primes variation ;
- Small optimizations ;
- Cleaned code.
This release contains binaries for:
- Linux (Ubuntu 22.04, x86_64)
MPQS v2.0.1
Fixed the index handling that caused crashing when using gaussian elimination after reducing the relations set.
Contains binaries for :
- Linux (Ubuntu 22.04, x86_64)
MPQS v2.0.0
New optimizations and features available :
- Faster sieve
- Faster Widemann algorithm
- Gaussian elimination (fast, but still crashes due to some interaction with the reduce_matrix functions)
- Parameters can be modified in a config file (has to be located in ./config/config.txt)
- added logs creation
Contains binaries for :
- Linux (Ubuntu 22.04, x86_64)
MPQS v1.0.1
Fixed the function call that caused the program to crash on linux.
Contains binaries for :
- Linux (Ubuntu 22.04, x86_64)
MPQS v1.0.0
This is my first working version of the Quadratic sieve algorithm.
See README.txt for more information.
A compiled on linux version of this code crashes at the matrix reduction step. See version 1.0.1 for a fix.
This release contains binaries for :
- Windows x64