package async_ssl

  1. Overview
  2. Docs
include module type of struct include Dh end
type t = Dh.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val t : t Ctypes.typ
val new_ : (unit -> t Base.option F.return) F.result
val free : (t -> unit F.return) F.result
val generate_parameters : (int -> int -> Progress_callback.t option -> unit Ctypes_static.ptr -> t Base.option F.return) F.result
module Struct : sig ... end