spl_concurrent_merkle_tree

Module hash

source
Expand description

Hashing utils to support merkle tree operations

Functionsยง

  • Fills in proof to the height of the concurrent merkle tree. Missing nodes are inferred as empty node hashes.
  • Computes the parent node of node and sibling and copies the result into node
  • Recomputes root of the Merkle tree from Node & proof