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

Modules

masked_tree
merkle_path

Structs

MerklePathGadget

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.