openpgp-asciiarmor-0.1.2: OpenPGP (RFC4880) ASCII Armor codec
Safe HaskellSafe
LanguageHaskell2010

Codec.Encryption.OpenPGP.ASCIIArmor.Decode

Documentation

decode :: IsString e => ByteString -> Either e [Armor] Source #

decodeLazy :: IsString e => ByteString -> Either e [Armor] Source #