Crypto.PubKey.ECIES.Conduit
encrypt :: forall (m :: Type -> Type). (MonadThrow m, MonadRandom m) => Point Curve -> ConduitM ByteString ByteString m () Source #
decrypt :: forall (m :: Type -> Type). MonadThrow m => Scalar Curve -> ConduitM ByteString ByteString m () Source #