Implementing a Base32 encoder in Ruby
A bit of a “niche” topic, but I thought I’d share my deep dive into Base32 (or any Base2^n) encoding: https://ptrchm.com/posts/base32-explained/
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
A bit of a “niche” topic, but I thought I’d share my deep dive into Base32 (or any Base2^n) encoding: https://ptrchm.com/posts/base32-explained/
Post a comment