simonh1000 / elm-base45 / Base45

Base45 Data Encoding

Encode/Decode binary data for/from QR codes

API

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