Remix.run Logo
shiandow a year ago

Converting large integers to decimal is nontrivial, especially when you don't trust languages to handle large numbers.

Why you wouldn't just use the hexadecimal that everyone else seems to use I don't know. There seems to be a rather arbitrary cutoff where people prefer base64 to hexadecimal.

chipsa a year ago | parent [-]

Size: base 64 is 2/3 the number of bytes as hex.