hOpenPGP-0.9.1: native Haskell implementation of OpenPGP (RFC4880)

Safe HaskellNone

Codec.Encryption.OpenPGP.CFB

Documentation

decrypt :: SymmetricAlgorithm -> ByteString -> ByteString -> Either String ByteStringSource

decryptOpenPGPCfb :: SymmetricAlgorithm -> ByteString -> ByteString -> Either String ByteStringSource