GNFS icon indicating copy to clipboard operation
GNFS copied to clipboard

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,...

Results 2 GNFS issues
Sort by recently updated
recently updated
newest added

**Description** During the square root in GNFSCore/SquareRoot/SquareFinder.cs, it will find the positive and negative roots via inverse modulo. Then it compares it to the positive and negative (inverse) original polynomial...

bug

Hi, Thanks for the time and effort to put this together. The resources linked to are great. After testing the application, I found a few bugs/issues that I would like...

bug