Module snarkvm_wasm::algorithms::merkle_tree::masked_tree[][src]

Functions

compute_root

Computes a root given leaves. Uses a nonce to mask the computation, to ensure amortization resistance. Assumes the number of leaves is for a full tree, so it hashes the leaves until there is only one element.