You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting different results between implementations. I'm missing something. Other than the fact that this implementation is using crockford's limited character set why are these two base32 encodings wildly off?
var number = 14974;
number.toString(32); // -> eju
base32.encode(number.toString()); // -> 64u3jdtm
The text was updated successfully, but these errors were encountered:
I'm getting different results between implementations. I'm missing something. Other than the fact that this implementation is using crockford's limited character set why are these two base32 encodings wildly off?
The text was updated successfully, but these errors were encountered: