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
This implementation of a fixed-size Merkle Tree stores only the leafs affected by an insertion. Additionally, I implemeted a function to verify the integrity of an insert operation similar to how a merkle proof are used.