Module type Generic_key.Maker

module Info : Info.S
module Make (H : Type.S) (N : Key.S with type hash = H.t) (C : Key.S with type hash = H.t) : sig ... end
module Make_v2 (H : Type.S) (N : Key.S with type hash = H.t) (C : Key.S with type hash = H.t) : sig ... end