Safe Haskell | None |
---|---|
Language | Haskell98 |
Crypto.PubKey.ECIES.Conduit
Documentation
encrypt :: (MonadThrow m, MonadRandom m) => Point Curve -> ConduitM ByteString ByteString m () Source #
decrypt :: MonadThrow m => Scalar Curve -> ConduitM ByteString ByteString m () Source #