Data.Conduit.Codec.Base32
Description
encode :: forall (m :: Type -> Type). Monad m => ConduitT ByteString ByteString m () Source #
decode :: forall (m :: Type -> Type). (Monad m, MonadThrow m) => ConduitT ByteString ByteString m () Source #