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.
You can use System.Numerics.BigInteger (add a reference to System.Numerics assembly). As mentioned in the comments this might not be the right approach though.
System.Numerics.BigInteger
2.1m questions
2.1m answers
60 comments
57.0k users