agnoster / base32-js

Base32 encoding for JavaScript, based (loosely) on Crockford's Base32
https://github.com/agnoster/base32-js
MIT License
121 stars 61 forks source link

different encoding result #25

Open roccomuso opened 4 years ago

roccomuso commented 4 years ago

Why it is returning different result compared to other base32 libs? like base-x or hi-base32

mdandre89 commented 1 year ago

because it uses a diff version of it https://en.wikipedia.org/wiki/Base32