How do I create and use bigger int-types such as uint4096_t?

后端 未结 0 1773
星月不相逢
星月不相逢 2021-01-05 08:34

I wanted to use a bigger int-variable to calculate the ciphertext in RSA using the formulas c = (m^e)%n and m = (c^e)%n, because its certain that it would cause an overflow

相关标签:
回答
  • 消灭零回复
提交回复
热议问题