Expand description
Hashing utils to support merkle tree operations
Functionsยง
- fill_
in_ proof - Fills in proof to the height of the concurrent merkle tree. Missing nodes are inferred as empty node hashes.
- hash_
to_ parent - Computes the parent node of
node
andsibling
and copies the result intonode
- recompute
- Recomputes root of the Merkle tree from Node & proof