package
0.0.2
Repository: https://github.com/transparency-dev/merkle.git
Documentation: pkg.go.dev

# Functions

CompactTrees returns a slice of compact.Tree internal hashes for all subsequent trees built from LeafInputs() using the RFC 6962 hashing strategy.
EmptyRootHash returns the root hash for an empty Merkle tree that uses SHA256-based strategy from RFC 6962.
LeafInputs returns a slice of leaf inputs for testing Merkle trees.
New returns a new empty Merkle tree.
NodeHashes returns a structured slice of node hashes for all complete subtrees of a Merkle tree built from LeafInputs() using the RFC 6962 hashing strategy.
RootHashes returns a slice of Merkle tree root hashes for all subsequent trees built from LeafInputs() using the RFC 6962 hashing strategy.

# Structs

Tree implements an append-only Merkle tree.