Base45 Data Encoding
Encode/Decode binary data for/from QR codes
decode : String -> Result String Bytes
Converts a Base45 string into Bytes
Fails if the string is not of length 3x or 3x + 2
encode : Bytes -> Maybe String
Converts Bytes into a Base45 string