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