Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 222 Bytes

File metadata and controls

8 lines (6 loc) · 222 Bytes

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