I am a beginner to developing apps on the iPhone and I am trying to convert a 40 character SHA1 hash in hex to decimals. i have been looking around and the largest integer type in unsigned long long but it’s not enough. I tried looking at NSDecimalNumber but it doesn’t have Hex function.
Share
Well I guess there is no way of doing so. I would have to change it to a string instead.