Skip to content
#

quadratic-sieve

Here are 22 public repositories matching this topic...

High-performance integer factorization suite implementing GNFS, MPQS, and QS algorithms with optimized lattice reduction, vectorization, GPU acceleration, and tensor-based linear algebra. Features automatic algorithm selection, NUMA-aware scheduling, and checkpoint/restore for computational number theory research and cryptanalytic analysis.

  • Updated Mar 25, 2026
  • Python

Browser-based integer factorization demo — trial division, Fermat, Pollard rho (Brent), Pollard p−1, Williams p+1, Lenstra ECM and the quadratic sieve over real BigInt N, each keyed to the RSA key-generation rule that closes it. Obey every rule and rho and ECM still factor it: only size defeats them, and nothing defeats Shor.

  • Updated Sep 22, 2026
  • TypeScript

Quadratic Sieve implementation for large integer factorization using GMP for arbitrary precision arithmetic and MPI for parallel distributed sieving. Includes smooth relation collection, Gaussian elimination over GF(2), and non-trivial factor extraction on 40–50 digit numbers.

  • Updated Aug 23, 2025
  • C++

Add this topic to your repo

To associate your repository with the quadratic-sieve topic, visit your repo's landing page and select "manage topics."

Learn more