base91-0.1.1: A Base91 encoder & decoder

Safe HaskellSafe
LanguageHaskell98

Codec.Binary.Base91.ByteString

Synopsis

Documentation

decode :: [Char] -> ByteString Source

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

encode :: ByteString -> [Char] Source

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