package
0.0.0-20200720181252-c1b05a40490c
Repository: https://github.com/celer-network/go-rollup.git
Documentation: pkg.go.dev
# Functions
CompactProof compacts a proof, to reduce its size.
DecompactProof decompacts a proof, so that it can be used for VerifyProof.
NewDeepSparseMerkleSubTree creates a new deep Sparse Merkle subtree on an empty DB.
NewSparseMerkleTree creates or restores a Sparse Merkle tree with a DB.
VerifyCompactProof verifies a compacted Merkle proof.
VerifyProof verifies a Merkle proof.
# Variables
No description provided by the author
# Structs
DeepSparseMerkleSubTree is a deep Sparse Merkle subtree for working on only a few leafs.
SparseMerkleTree is a Sparse Merkle tree.