package shared-secret

  1. Overview
  2. Docs
module type IMessage = sig ... end
module Message (Type : sig ... end) () : IMessage with type a := Type.t
module type IException = sig ... end
module Exception (Type : sig ... end) : IException with type t := Type.t
OCaml

Innovation. Community. Security.