multiformats/go-multibase

base16 and base32 encoding should be case preserving

kevina opened this issue · 0 comments

That is is for base 32 if the prefix letter is 'b' the encoding should be lowercase if the prefix letter is 'B' the encoding should be uppercase. The decoding should be case insensitive.