Z
Zero
Hi,
I've been using gmp.h in my c programs. Here are the questions:
1) Is there any way to restrict the size of such variabls as mpz_t a;
to (for example) 128 bits?
2) What is the equivalence of ntohl() or htonl() in the gmp.h? If
there aren't anything like this, what can I do to turn the numbers to
big/little endian?
Thanks,
I've been using gmp.h in my c programs. Here are the questions:
1) Is there any way to restrict the size of such variabls as mpz_t a;
to (for example) 128 bits?
2) What is the equivalence of ntohl() or htonl() in the gmp.h? If
there aren't anything like this, what can I do to turn the numbers to
big/little endian?
Thanks,