crypton-conduit-0.2.3: crypton conduit
Safe HaskellNone
LanguageHaskell2010

Crypto.PubKey.ECIES.Conduit

Documentation

encrypt :: forall (m :: Type -> Type). (MonadThrow m, MonadRandom m) => Point Curve -> ConduitM ByteString ByteString m () #

decrypt :: forall (m :: Type -> Type). MonadThrow m => Scalar Curve -> ConduitM ByteString ByteString m () #