package
2.10.1-stable+incompatible
Repository: https://github.com/algorand/go-algorand.git
Documentation: pkg.go.dev

# Functions

Build constructs a Merkle tree given an array.
Verify ensures that the positions in elems correspond to the respective hashes in a tree with the given root hash.

# Structs

Tree is a Merkle tree, represented by layers of nodes (hashes) in the tree at each height.

# Interfaces

An Array represents a dense array of leaf elements that are combined into a Merkle tree.