package tezos-context

  1. Overview
  2. Docs

Module Context.HashSource

include Irmin.Hash.S
Sourcetype t

The type for digest hashes.

Sourceval hash : ((string -> unit) -> unit) -> t

Compute a deterministic store key from a sequence of strings.

Sourceval 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.

Sourceval hash_size : int

hash_size is the size of hash results, in bytes.

Value Types

t is the value type for t.

Sourceval to_raw_string : t -> string
Sourceval to_context_hash : t -> Tezos_base__TzPervasives.Context_hash.t
Sourceval of_context_hash : Tezos_base__TzPervasives.Context_hash.t -> t
OCaml

Innovation. Community. Security.