package dkim-mirage

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a stream = unit -> 'a option Lwt.t
val sign : key:Mirage_crypto_pk.Rsa.priv -> ?newline:Dkim.newline -> (string * int * int) stream -> Dkim.unsigned Dkim.dkim -> (Dkim.signed Dkim.dkim * (string * int * int) stream) Lwt.t