integer-factorization Factors up to 100 bits number using Quadratic Sieve, optimized to factorize 100, 10-100bits numbers in less than 2 seconds. Run compile with g++ gs.cpp utils.hpp -lgmp -lgmpxx