All Classes and Interfaces
Class
Description
Breadth-first coordinates of a node in a Merkle tree.
Collects items (byte arrays) and builds a Merkle tree.
Builds an incrementally bigger tree by only recalculating and maintaining deltas.
A Merkle tree constructed from another with more leaves appended.
Builds FixedLeafTree instances.
A more compact
Tree appropriate if the leaves are fixed-width
and it'all fits under 2 gigabytes.A
Tree allowing variable length leaves.Merkle tree node.
A cryptographic path from an item (expressed in bytes) to the
root of a Merkle tree.
The Merkle tree.
A breadth-first view of the structure of a Merkle tree.
A node factory for a
TreeIndex.