package git

  1. Overview
  2. Docs
type t
type hash

Type of digests.

val digest : t -> hash

digest t associates a hash to any value of t. It is guaranteed that if x = y or compare x y = 0, then digest x = digest y.

OCaml

Innovation. Community. Security.