The result of the encrypted message after implementing RSA is 0 using the GMP library

后端 未结 0 1269
刺人心
刺人心 2021-01-18 03:52

I am using the GMP library functions in order to implement the RSA algorithm. Here is my code:

const char* random_String() {
    srand (time(NULL)); 
    cons         


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