I m currently using the NTL to handle large integers. The large integers on this library are declared as ZZ. I would like to go from a ZZ number to a hexadecimal. However, NTL does not support conversion from ZZ to hexadecimals as I checked.
So my question is how can i go from ZZ (or maybe string which represent large decimal numbers) to hexadecimal forms? I prefer if it is possible to use the fascilities of this library to go directly to hex from ZZ if someone can help