SSH.NET icon indicating copy to clipboard operation
SSH.NET copied to clipboard

Use framework provided System.Numerics.BigInteger

Open iamcarbon opened this issue 2 years ago • 0 comments

The update target frameworks include System.Numerics.BigInteger. We should consider using it, and dropping the custom implementation.

NOTE: System.Numerics.BigInteger does not implement the following functions, which could be provided as extensions:

PositiveMod
BitLength
Random

iamcarbon avatar Aug 24 '23 20:08 iamcarbon