You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Merkle Tree implementation in Java.
It creates a static Merkle Tree with Merkle Proofs for each leaf. Once the Merkle Tree is built, it is not possible to append new data to this tree.