Skip to content

Releases: basilegithub/Multiple-Polynomial-Quadratic-Sieve-C

MPQS v3.0.0

23 Oct 08:27
357d066

Choose a tag to compare

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

26 Sep 14:03
528a818

Choose a tag to compare

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

25 Sep 15:02
80faef3

Choose a tag to compare

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

25 Sep 16:02
0660c60

Choose a tag to compare

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

08 Sep 20:59
3078858

Choose a tag to compare

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