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