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

Safe HaskellNone

Data.Conduit.OpenPGP.Verify

Documentation

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