Skip to content
#

integer-factorization

Here are 27 public repositories matching this topic...

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++

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 Jun 29, 2025
  • Python

This project implements the Rabin Cryptosystem in SageMath, a public-key encryption algorithm based on the integer factorization problem. The system uses blum primes for p and q to simplify the decryption process.

  • Updated Oct 14, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the integer-factorization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

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

Learn more