base91-0.1.0: A Base91 encoder & decoder

Safe HaskellSafe-Inferred
LanguageHaskell98

Codec.Binary.Base91.Efficient

Synopsis

Documentation

decode :: Text -> ByteString Source

Decodes octets (ByteString) from Text in Base91; the opposite of encode.

encode :: ByteString -> Text Source

Encodes octets (ByteString) to Text in Base91; the opposite of decode.