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

is there a c lib compatible with this base32-js #19

Open drneverend opened 7 years ago

drneverend commented 7 years ago

Dear Author,

Thanks for your great work! But I need to use it for decoding and use C for encoding... Do you know if there is a C lib which is compatible with this base32 encoder/decoder?