integer-factorization topic

List integer-factorization repositories

GNFS

56
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

29
Stars
7
Forks
Watchers

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

C-Quadratic-Sieve

25
Stars
4
Forks
Watchers

Pure C general-purpose integer factorization software released into the public domain, Quadratic Sieve.