# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
CalculateRoot calculates the Merkle Root based on the leaf and proof of inclusion.
NewAppendOnlyTree creates a AppendOnlyTree.
NewUpdatableTree returns an UpdatableTree.
# Variables
No description provided by the author
# Structs
AppendOnlyTree is a tree where leaves are added sequentially (by index).
No description provided by the author
UpdatableTree is a tree that have updatable leaves, and doesn't need to have sequential inserts.