base91-0.1.1: A Base91 encoder & decoder

Safe HaskellSafe
LanguageHaskell98

Codec.Binary.Base91.Text

Synopsis

Documentation

decode :: Text -> [Word8] Source

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

encode :: [Word8] -> Text Source

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