integer-factorization topic

List integer-factorization repositories

GNFS

55
Stars
13
Forks
Watchers

A complete, proof-of-concept, C# implementation of the General Number Field Sieve algorithm for factoring very large semi-prime numbers. The focus was on readability and understandability of the code,...

java-math-library

28
Stars
7
Forks
Watchers

A Java math library focused on number theory and integer factorization in particular.

C-Quadratic-Sieve

23
Stars
4
Forks
Watchers

The Quadratic Sieve algorithm for Integer Factorization up to 300+ bits in pure C.