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

Data.Conduit.OpenPGP.Decrypt

Documentation

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