base91-0.1.0: A Base91 encoder & decoder

Safe HaskellSafe-Inferred
LanguageHaskell98

Codec.Binary.Base91.String

Synopsis

Documentation

decode :: String -> [Word8] Source

Decodes octets ('[Word8]') from a String in Base91; the opposite of encode.

encode :: [Word8] -> String Source

Encodes octets ('[Word8]') to a String in Base91; the opposite of decode.