sig
  type t = { value : string; algorithm : string; }
  val to_yojson : Sarif.Hash.t -> Yojson.Safe.t
  val of_yojson :
    Yojson.Safe.t -> Sarif.Hash.t Ppx_deriving_yojson_runtime.error_or
  val _ : Yojson.Safe.t -> Sarif.Hash.t Ppx_deriving_yojson_runtime.error_or
end