Add functions to verify if an encoding is valid, such as valid16?, valid64?, and so forth
Module
Base
7 changes across 7 versions
Changes by version
Do not raise when finding bad digits in Base.decode32! with case: :mixed
Optimize Base encode/decode
Add :ignore and :padding option to encoding/decoding functions
Optimize encode and decode operations about 10 times
Decoding and encoding functions now accept the :case as an option
Add Base module which does conversions to bases 16, 32, hex32, 64 and url64