I found an issue with hexaToNum and numToHexa, It seems like numToHexa works with anything up to 64 bit int limit whereas hexaToNum only works with 32 int limit. I looked at the src and it seems that numToHexa parses strings whereas hexaToNum parses an integer.
I found an issue with hexaToNum and numToHexa, It seems like numToHexa works with anything up to 64 bit int limit whereas hexaToNum only works with 32 int limit. I looked at the src and it seems that numToHexa parses strings whereas hexaToNum parses an integer.