AdamWhiteHat/GNFS
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, not performance.
C#GPL-3.0
Issues
- 5
Inefficient square root
#16 opened by GregoryMorse - 7
BUG: Misc Bugs & PR request offer
#15 opened by alexhiggins732 - 2
Replace for loop in ModularMultiplicativeInverse
#12 opened by an31146 - 1
Question: I need just function Factorization(n) for get prime numbers. Is it possible?
#11 opened by potaninmt - 2
Sorry for all the problems but now after i run the factor bases and roots, and go to find relations the program crashes
#10 opened by stewcop - 2
how to make this program work
#9 opened by stewcop - 1
it may be dumb but i dont know how to run
#8 opened by stewcop - 2
What mean Smoothness Bound
#7 opened by SlimRG - 4
Biggest factor
#5 opened by Manuel3115 - 2
Request for example
#1 opened by SethKitchen