= 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
Pedersen's Commitment of a transaction output (i.e. address and value). A merkle tree is formed with the existing commitment and filled with a default uncommitted value *
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
Hashes and commitments are the same object but are given different types to avoid confusing nodes and leaves. *
val to_commitment : t -> commitment