base91-1.0.1: A Base91 Encoder & Decoder

Safe HaskellSafe-Inferred
LanguageHaskell98

Codec.Binary.Base91.ByteString

Synopsis

Documentation

decode :: [Char] -> ByteString Source

Decodes ByteString from [Char] in Base91; the opposite of encode.

encode :: ByteString -> [Char] Source

Encodes ByteString to [Char] in Base91; the opposite of decode.