Hi,
I'm trying to write a code that work with big numbers.
I'm using GMP but, i'm having some problems:
First, when I try to init a big number using gmp_init(), it doesn't start the number. I'm using a 128 hex big number.
Second, when I try to convert this number to a string, the php prints 0.
What's the problem ?? Are there any limit to Hex number on GMP ??
Roberto Samarone Araujo