Node.Hash
type t = hash
type value = value
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
.
val t : t Brassaia.Type.t
t
is the value type for t
.
val encoding : t Data_encoding.t
encoding
is the data_encoding for t
.