hOpenPGP-2.9.5: native Haskell implementation of OpenPGP (RFC4880)
Safe HaskellNone
LanguageHaskell2010

Data.Conduit.OpenPGP.Decrypt

Documentation

conduitDecrypt :: (MonadFail m, MonadUnliftIO m, MonadResource m, MonadThrow m) => InputCallback IO -> ConduitT Pkt Pkt m () Source #