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
1.4m articles
1.4m replys
5 comments
57.0k users