Sapling.Hashinclude Tezos_sapling.Core_sig.T_encoding_compare
with type t = Tezos_sapling__Core.Client.Hash.tinclude Tezos_sapling.Core_sig.T_encoding
with type t = Tezos_sapling__Core.Client.Hash.tval encoding : t Data_encoding.tinclude Tezos_sapling.Core_sig.T_bytes with type t := tval to_bytes : t -> bytesval of_bytes_exn : bytes -> tval uncommitted : height:int -> tHash function to compute the merkle tree (Pedersen's hash on JubJub curve). Height is the height we are hashing at in the merkle tree. *
val of_commitment : Tezos_sapling__Core.Client.Commitment.t -> tHashes and commitments are the same object but are given different types to avoid confusing nodes and leaves. *
val to_commitment : t -> Tezos_sapling__Core.Client.Commitment.t