Crate zksync_mini_merkle_tree

Source
Expand description

Crate allowing to calculate root hashes and Merkle proofs for small in-memory Merkle trees.

Structs§

MiniMerkleTree
In-memory Merkle tree of bounded depth (no more than 32).

Traits§

HashEmptySubtree
Hashing of empty binary Merkle trees.