= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package tezos-sapling
-
tezos-sapling
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include T_encoding_compare
val uncommitted : height:int -> t
Hash 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 : Commitment.t -> t
Hashes and commitments are the same object but are given different types to avoid confusing nodes and leaves. *
val to_commitment : t -> Commitment.t