octez-internal-libs.irmin
Store_indexable.Hash
irmin_data
irmin_mem
irmin_pack_mem
irmin_pack_unix
octez-internal-libs.irmin_pack
octez-internal-libs.irmin_test_helpers
ppx_irmin
ppx_irmin_internal
ppx_irmin_internal_lib
type t = hash
type value = value
val hash : value -> t
Compute a deterministic store key from a string.
val short_hash : t -> int
short_hash h is a small hash of h, to be used for instance as the `hash` function of an OCaml Hashtbl.
short_hash h
h
Hashtbl
val hash_size : int
hash_size is the size of hash results, in bytes.
hash_size
val t : t Type.t
t is the value type for t.
t