package async_ssl

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