Merkle_mask.Maskable_merkle_tree
module type Inputs_intf = sig ... end
module Make (Inputs : Inputs_intf) : sig ... end