package async_ssl

  1. Overview
  2. Docs
include module type of struct include Bignum end
type t = Bignum.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 bin2bn : (char Ctypes_static.ptr -> int -> t -> t F.return) F.result
val hex2bn : (t Base.option Ctypes_static.ptr -> string -> int F.return) F.result