package irmin-tezos

  1. Overview
  2. Docs
val entries : int
val stable_hash : int
type inode_child_order := [
  1. | `Seeded_hash
    (*

    use a non-crypto seeded-hash of the step

    *)
  2. | `Hash_bits
    (*

    crypto hash the step and extract the relevant bits.

    *)
  3. | `Custom of depth:int -> bytes -> int
    (*

    use a custom index

    *)
]
val inode_child_order : inode_child_order
OCaml

Innovation. Community. Security.