BigInteger
BigInteger copied to clipboard
Continuation of work on the BigInteger implementation for C# initially created by Chew Keong TAN.
Results
2
BigInteger issues
Sort by
recently updated
recently updated
newest added
There is a bug in some prime tests. This lines are wrong, it fails to detect if gcdTest.dataLength > 1 if (gcdTest.dataLength == 1 && gcdTest.data[0] != 1) it should...
BigInteger.dll is not signed, therefore it cannot be used in projects that use signing. Would you please so kind to mend this? Thank you in advance.
enhancement