telehash / telehash-c

telehash tools library in c
MIT License
122 stars 31 forks source link

replace base32 implementation with a more paranoid modern version #59

Closed quartzjer closed 9 years ago

quartzjer commented 9 years ago

the previous one had some semantics that lead to really subtle sizing misconceptions, this one is much newer in use in many OTP libs and has strict checks and args.

quartzjer commented 9 years ago

force merge since the failing test is unrelated and happening in master