package conex

  1. Overview
  2. Docs

Parameters

module C : Conex_verify.S

Signature

val verify_root : ?valid:(Conex_resource.Digest.t -> Conex_resource.identifier -> bool) -> ?quorum:int -> Conex_io.t -> Conex_resource.name -> (Conex_repository.t, string) result
val verify : ?ignore_missing:bool -> Conex_io.t -> Conex_repository.t -> bool -> (unit, string) result
val verify_diffs : string -> Conex_io.t -> Conex_io.t -> Conex_diff.t list -> bool -> (unit, string) result