http://benji3up2kxewkqfcq7buxk2xd6zwy3zggnurkrm3l4cvwy2iipvyyad.onion/mirrors/gmpdoc/Initializing-Integers.html
. */
mpz_clear (integ);
} As you can see, you can store new values any number of times, once an
object is initialized. Function: void mpz_init (mpz_t x ) ¶ Initialize x , and set its value to 0. Function: void mpz_inits (mpz_t x , ...) ¶ Initialize a NULL-terminated list of mpz_t variables, and set their
values to 0.