hOpenPGP-2.7.4.1: native Haskell implementation of OpenPGP (RFC4880)
Data.Conduit.OpenPGP.Verify
conduitVerify :: Monad m => Keyring -> Maybe UTCTime -> ConduitT Pkt (Either String Verification) m () Source #