package octez-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Merkle_narity.PSource

Parameters

module Mec : sig ... end

Signature

Sourcetype tree =
  1. | Leaf of Csir.Scalar.t
  2. | Branch of Csir.Scalar.t * tree list
Sourceval generate_tree : int -> int -> tree
Sourceval proof_path_narity : int list -> tree -> (Csir.Scalar.t list * Csir.Scalar.t) list * Csir.Scalar.t
OCaml

Innovation. Community. Security.