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

Safe HaskellNone
LanguageHaskell2010

Data.Conduit.OpenPGP.Verify

Documentation

conduitVerify :: Monad m => Keyring -> Maybe UTCTime -> ConduitT Pkt (Either String Verification) m () Source #