How can I use bigint with C#?

后端 未结 5 1511
日久生厌
日久生厌 2020-12-09 20:44

I work to implement an RSA key algorithm. But I couldn\'t use a 2048-bit value. How I can use it?

I want to use big integer.

5条回答
  •  一个人的身影
    2020-12-09 21:28

    BigInteger is available in .NET 4.0 or later. There are some third-party implementations as well (In case you are using an earlier version of the framework).

提交回复
热议问题